method
matches?
1.3.1 -
Show latest stable
- Class:
Spec::Matchers::BeSameAs
matches?(actual)public
No documentation available.
# File lib/spec/matchers/be.rb, line 188
def matches?(actual)
@actual = actual
@actual.equal?(@expected)
end