scotttam-resque 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/resque/version.rb +1 -1
- data/lib/resque/worker.rb +0 -5
- metadata +1 -1
data/lib/resque/version.rb
CHANGED
data/lib/resque/worker.rb
CHANGED
@@ -322,11 +322,6 @@ module Resque
|
|
322
322
|
after_fork.call
|
323
323
|
end
|
324
324
|
|
325
|
-
#Call any before_fork procs, if any
|
326
|
-
def call_after_fork
|
327
|
-
after_fork.call if after_fork
|
328
|
-
end
|
329
|
-
|
330
325
|
# Unregisters ourself as a worker. Useful when shutting down.
|
331
326
|
def unregister_worker
|
332
327
|
redis.srem(:workers, self)
|