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