class Mocha::MethodMatcher

def initialize(expected_method_name)

def initialize(expected_method_name)
  @expected_method_name = expected_method_name
end