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