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
602d5da96d
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 23:43:53 -04:00
module
Sidekiq
module
Actor
Modern celluloid now stable for testing purposes, yay!
2013-06-08 01:15:13 -04:00
def
self
.
included
(
klass
)
klass
.
send
(
:include
,
Celluloid
)
Add Sidekiq::Actor which provides a testable alternative to Celluloid
2013-05-10 23:43:53 -04:00
end
end
end
Copy permalink