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:
parent
2cdb106de2
commit
6b846b320a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module Sidekiq
|
||||
module Extensions
|
||||
class Proxy < (RUBY_VERSION < '1.9' ? Object : BasicObject)
|
||||
class Proxy < BasicObject
|
||||
def initialize(performable, target, at=nil)
|
||||
@performable = performable
|
||||
@target = target
|
||||
|
|
Loading…
Add table
Reference in a new issue