# File lib/mocha/expectation_list.rb, line 18
    def match(method_name, *arguments)
      matching_expectations(method_name, *arguments).first
    end