mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix build on 1.9
This commit is contained in:
parent
9867b728c4
commit
bd8ea8877d
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ module Sidekiq
|
|||
def terminate
|
||||
@dead = true
|
||||
end
|
||||
def defer
|
||||
yield
|
||||
end
|
||||
end
|
||||
|
||||
def self.included(klass)
|
||||
|
|
Loading…
Reference in a new issue