method
matches?
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::SimpleMatcher
matches?(actual)public
No documentation available.
# File lib/spec/matchers/simple_matcher.rb, line 11
def matches?(actual)
@actual = actual
return @match_block.call(@actual)
end