class RSpec::Matchers::BuiltIn::All

def does_not_match?(_actual)

Other tags:
    Private: -
def does_not_match?(_actual)
  raise NotImplementedError, '`expect().not_to all( matcher )` is not supported.'
end