class RSpec::Core::Hooks::HookCollections

def known_scope?(scope)

Other tags:
    Api: - private
def known_scope?(scope)
  SCOPES.include?(scope) || SCOPE_ALIASES.keys.include?(scope)
end