This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
mperham--sidekiq
Watch
1
Star
0
Fork
You've already forked mperham--sidekiq
0
mirror of
https://github.com/mperham/sidekiq.git
synced
2022-11-09 13:52:34 -05:00
Code
Releases
Activity
d3716f271d
mperham--sidekiq
/
lib
/
sidekiq
/
actor.rb
8 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Sidekiq::Actor which provides a testable alternative to Celluloid
2013-05-10 20:43:53 -07:00
module
Sidekiq
module
Actor
Modern celluloid now stable for testing purposes, yay!
2013-06-07 22:15:13 -07:00
def
self
.
included
(
klass
)
klass
.
send
(
:include
,
Celluloid
)
Add Sidekiq::Actor which provides a testable alternative to Celluloid
2013-05-10 20:43:53 -07:00
end
end
end
Copy permalink