spec/support/examples/evented_mailbox_class.rb in celluloid-0.18.0.pre vs spec/support/examples/evented_mailbox_class.rb in celluloid-0.18.0.pre2
- old
+ new
@@ -15,11 +15,10 @@
@mutex.synchronize do
@condition.wait(@mutex, timeout)
end
end
- def shutdown
- end
+ def shutdown; end
end
def initialize
super(Reactor)
end