method
matches_name?
1.3.0 -
Show latest stable
- Class:
Spec::Mocks::MessageExpectation
matches_name?(sym)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 200
def matches_name?(sym)
@sym == sym
end