# File lib/mocha/method_matcher.rb, line 7
7:     def initialize(expected_method_name)
8:       @expected_method_name = expected_method_name
9:     end