# File lib/mocha/method_matcher.rb, line 5 def initialize(expected_method_name) @expected_method_name = expected_method_name end