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