Module: Construi::Config
- Defined in:
- lib/construi/config.rb
Defined Under Namespace
Modules: Environment, Files, Image Classes: Global, Target
Class Method Summary collapse
Class Method Details
.load(content) ⇒ Object
118 119 120 |
# File 'lib/construi/config.rb', line 118 def self.load(content) Global.new YAML.load(content) end |
.load_file(path) ⇒ Object
122 123 124 |
# File 'lib/construi/config.rb', line 122 def self.load_file(path) Global.new YAML.load_file(path) end |