method
matches?
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::Has
matches?(target)public
No documentation available.
# File lib/spec/matchers/has.rb, line 10
def matches?(target)
target.send(predicate, *@args)
end