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