# File lib/mocha/expectation_list.rb, line 18 def matches_method?(method_name) @expectations.any? { |expectation| expectation.matches_method?(method_name) } end