Method: Inspec::Resources::YamlConfig#parse
- Defined in:
- lib/resources/yaml.rb
#parse(content) ⇒ Object
override file load and parse hash from yaml
23 24 25 |
# File 'lib/resources/yaml.rb', line 23 def parse(content) YAML.load(content) end |