Class: Envconfig::Provider::NullProvider
- Inherits:
-
Object
- Object
- Envconfig::Provider::NullProvider
- Defined in:
- lib/envconfig/provider.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
65 |
# File 'lib/envconfig/provider.rb', line 65 def config; {} end |
#name ⇒ Object
66 |
# File 'lib/envconfig/provider.rb', line 66 def name; nil; end |