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