Method: Dry::System::Provider#namespace
- Defined in:
- lib/dry/system/provider.rb
#namespace ⇒ Symbol, String (readonly)
Returns the default namespace for the provider’s container keys.
67 68 69 |
# File 'lib/dry/system/provider.rb', line 67 def namespace @namespace end |