Object
# File lib/celluloid/responses.rb, line 34 def initialize(call, result) @call = call @result = result end
# File lib/celluloid/responses.rb, line 39 def dispatch @call.task.resume(@result) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.