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, ) @response_blocks[(args, )] << block end |