method
matches?

matches?(target)
public
Hide source
# File lib/spec/matchers/has.rb, line 10 def matches?(target) target.send(predicate, *@args) end