# File lib/typhoeus/remote_method.rb, line 36
    def already_called?(args, options)
      @called_methods.has_key? args_options_key(args, options)
    end