method
matches_name_but_not_args
rspec latest stable - Class:
Spec::Mocks::MessageExpectation
matches_name_but_not_args(sym, args)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 204
def matches_name_but_not_args(sym, args)
matches_name?(sym) and not @args_expectation.args_match?(args)
end