Skip to content

Commit

Permalink
Fix build on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 1, 2014
1 parent 9867b72 commit bd8ea88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/sidekiq/actor.rb
Expand Up @@ -21,6 +21,9 @@ def alive?
def terminate
@dead = true
end
def defer
yield
end
end

def self.included(klass)
Expand Down

0 comments on commit bd8ea88

Please sign in to comment.