spec/support/example_actor_class.rb in celluloid-0.11.1 vs spec/support/example_actor_class.rb in celluloid-0.12.0.pre

- old
+ new

@@ -53,10 +53,10 @@ else super end end - def respond_to?(method_name) + def respond_to?(method_name, include_private = false) super || delegates?(method_name) end def call_private zomg_private!