Class: EnvironmentConfig::TypedEnv
- Inherits:
-
Object
- Object
- EnvironmentConfig::TypedEnv
- Defined in:
- lib/environment_config/typed_env.rb
Class Method Summary collapse
Class Method Details
.fetch(type, key, *args, **opts) ⇒ Object
10 11 12 |
# File 'lib/environment_config/typed_env.rb', line 10 def fetch(type, key, *args, **opts) Types.convert(type, key, fetch_raw(key, *args, **opts)) end |