method
matches?
1.3.0 -
Show latest stable
- Class:
Spec::Matchers::Be
matches?(actual)public
No documentation available.
# File lib/spec/matchers/be.rb, line 39
def matches?(actual)
@actual = actual
!!@actual
end