# File lib/rspec/matchers/has.rb, line 8
      def matches?(actual)
        actual.__send__(predicate(@expected), *@args)
      end