1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove hack for 1.8 support

This commit is contained in:
Mike Perham 2012-07-20 20:11:33 -07:00
parent 2cdb106de2
commit 6b846b320a

View file

@ -1,6 +1,6 @@
module Sidekiq module Sidekiq
module Extensions module Extensions
class Proxy < (RUBY_VERSION < '1.9' ? Object : BasicObject) class Proxy < BasicObject
def initialize(performable, target, at=nil) def initialize(performable, target, at=nil)
@performable = performable @performable = performable
@target = target @target = target