Method: Dry::System::Provider#namespace

Defined in:
lib/dry/system/provider.rb

#namespaceSymbol, String (readonly)

Returns the default namespace for the provider’s container keys.

Returns:

  • (Symbol, String)


67
68
69
# File 'lib/dry/system/provider.rb', line 67

def namespace
  @namespace
end