Module: ConfigurationService::Factory::EnvironmentContext::BackwardCompatibility::ClassMethods
- Defined in:
- lib/configuration_service/factory/environment_context/backward_compatibility.rb
Instance Method Summary collapse
-
#create ⇒ Object
deprecated
Deprecated.
Use ConfigurationService::Factory instead.
Instance Method Details
#create ⇒ Object
Deprecated.
Use ConfigurationService::Factory instead.
Return a configuration service bootstrapped with environmental configuration
Instantiates a new factory with the process ENV and the DEFAULT_PREFIX and uses it to create a configuration service.
67 68 69 |
# File 'lib/configuration_service/factory/environment_context/backward_compatibility.rb', line 67 def create new.create end |