Method: YamlConfig#parse

Defined in:
lib/resources/yaml.rb

#parse(content) ⇒ Object

override file load and parse hash from yaml



22
23
24
# File 'lib/resources/yaml.rb', line 22

def parse(content)
  YAML.load(content)
end