# File lib/rspec/matchers/built_in/respond_to.rb, line 15
        def does_not_match?(actual)
          find_failing_method_names(actual, :select).empty?
        end