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