method
matches?
1.2.0 -
Show latest stable
- Class:
Spec::Matchers::Match
matches?(actual)public
No documentation available.
# File lib/spec/matchers/match.rb, line 8
def matches?(actual)
@actual = actual
actual =~ @expected
end