class RSpec::Matchers::BuiltIn::RespondTo
def does_not_match?(actual)
- Private: -
def does_not_match?(actual) find_failing_method_names(actual, :select).empty? end
def does_not_match?(actual) find_failing_method_names(actual, :select).empty? end