class RSpec::Mocks::MessageExpectation
def matches_name_but_not_args(sym, args)
def matches_name_but_not_args(sym, args) @sym == sym and not @args_expectation.args_match?(args) end
def matches_name_but_not_args(sym, args) @sym == sym and not @args_expectation.args_match?(args) end