Module: TpCommon::AppConfig

Defined in:
lib/tp_common/app_config.rb,
lib/tp_common/app_config/environment.rb

Defined Under Namespace

Modules: Environment

Class Method Summary collapse

Class Method Details

.[](key) ⇒ Object



5
6
7
# File 'lib/tp_common/app_config.rb', line 5

def self.[](key)
  TpCommon::AppConfig::Environment.fetch(key)
end