method

matches?

matches?(target)
public

No documentation available.

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