Class: Kubec::Environment

Inherits:
Hash
  • Object
show all
Includes:
Singleton
Defined in:
lib/kubec/environment.rb

Overview

Environment

Instance Method Summary collapse

Instance Method Details

#set(key, value) ⇒ Object



8
9
10
# File 'lib/kubec/environment.rb', line 8

def set(key, value)
  self[key.to_sym] = value
end