Method: TCFG::Helper#tcfg_set
- Defined in:
- lib/tcfg/tcfg_helper.rb
#tcfg_set(key, value) ⇒ Object
to correct way to default configuration is to use tcfg_set
110 111 112 113 114 |
# File 'lib/tcfg/tcfg_helper.rb', line 110 def tcfg_set(key, value) tier_code_defaults[key] = value tcfg_reset value end |