Method: Inspec::Resources::YamlConfig#parse

Defined in:
lib/resources/yaml.rb

#parse(content) ⇒ Object

override file load and parse hash from yaml



31
32
33
# File 'lib/resources/yaml.rb', line 31

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