lib/celluloid/pool_manager.rb in celluloid-0.13.0.pre vs lib/celluloid/pool_manager.rb in celluloid-0.13.0.pre2
- old
+ new
@@ -111,10 +111,10 @@
@idle << @worker_class.new_link(*@args)
signal :respawn_complete
end
- def respond_to?(method)
+ def respond_to?(method, include_private = false)
super || @worker_class.instance_methods.include?(method.to_sym)
end
def method_missing(method, *args, &block)
if respond_to?(method)