# File lib/rspec/matchers/respond_to.rb, line 9
      def matches?(actual)
        find_failing_method_names(actual, :reject).empty?
      end