# File lib/mocha/expectation.rb, line 541
541:     def matches_method?(method_name)
542:       @method_matcher.match?(method_name)
543:     end