class RSpec::Matchers::BuiltIn::RespondTo

def does_not_match?(actual)

Other tags:
    Private: -
def does_not_match?(actual)
  find_failing_method_names(actual, :select).empty?
end