Method: Typhoeus::RemoteMethod#add_response_block

Defined in:
lib/typhoeus/remote_method.rb

#add_response_block(block, args, options) ⇒ Object



40
41
42
# File 'lib/typhoeus/remote_method.rb', line 40

def add_response_block(block, args, options)
  @response_blocks[args_options_key(args, options)] << block
end