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