Module: YAMLCon

Defined in:
lib/yamlcon/version.rb,
lib/yamlcon/yamlcon.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.load_config(file) ⇒ Object



5
6
7
8
# File 'lib/yamlcon/yamlcon.rb', line 5

def self.load_config(file)
  hash = YAML.load_file file
  dot_notation_from hash
end