Method handles that route through an actor proxy
# File lib/celluloid/method.rb, line 12 def arity @proxy.method_missing(:method, @name).arity end
# File lib/celluloid/method.rb, line 24 def call(*args, &block) @proxy.__send__(@name, *args, &block) end
# File lib/celluloid/method.rb, line 28 def inspect "#<Celluloid::Method #{@klass}##{@name}>" end
Generated with the Darkfish Rdoc Generator 2.