Skip to content

Instantly share code, notes, and snippets.

@koyachi
Created January 21, 2010 07:23
Show Gist options
  • Save koyachi/282646 to your computer and use it in GitHub Desktop.
Save koyachi/282646 to your computer and use it in GitHub Desktop.
diff -r -u ./lib/q4m/worker.rb ../xxx/vendor/gems/ruby/1.8/dirs/q4m/lib/q4m/worker.rb
--- ./lib/q4m/worker.rb 2009-12-21 10:56:56.000000000 +0900
+++ ../xxx/vendor/gems/ruby/1.8/dirs/q4m/lib/q4m/worker.rb 2010-01-21 16:05:08.000000000 +0900
@@ -7,5 +7,6 @@
end
def work(job, queue=nil)
+ super job, queue
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment