# File lib/typhoeus/remote_method.rb, line 44
    def call_response_blocks(result, args, options)
      key = args_options_key(args, options)
      @response_blocks[key].each {|block| block.call(result)}
      @response_blocks.delete(key)
      @called_methods.delete(key)
    end