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