method
matches
1.2.0 -
Show latest stable
- Class:
Spec::Mocks::BaseExpectation
matches(sym, args)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 90
def matches(sym, args)
@sym == sym and @args_expectation.args_match?(args)
end