# File lib/mocha/method_matcher.rb, line 11
11:     def match?(actual_method_name)
12:       @expected_method_name == actual_method_name
13:     end