method

matches?

rspec latest stable - Class: Spec::Matchers::Has
matches?(actual)
public

No documentation available.

# File lib/spec/matchers/has.rb, line 10
      def matches?(actual)
        actual.__send__(predicate(@expected), *@args, &@block)
      end