class RSpec::Core::Hooks::HookCollections
def known_scope?(scope)
- Api: - private
def known_scope?(scope) SCOPES.include?(scope) || SCOPE_ALIASES.keys.include?(scope) end
def known_scope?(scope) SCOPES.include?(scope) || SCOPE_ALIASES.keys.include?(scope) end