Method: Uc::Config#env

Defined in:
lib/uc/config.rb

#env(key, value) ⇒ Object



86
87
88
# File 'lib/uc/config.rb', line 86

def env(key, value)
  env_hash[key] = value
end