# File lib/typhoeus/remote_method.rb, line 40
    def add_response_block(block, args, options)
      @response_blocks[args_options_key(args, options)] << block
    end