Module: Humanized::YamlSource

Defined in:
lib/more/humanized/yaml_source.rb

Instance Method Summary collapse

Instance Method Details

#read_yml(file) ⇒ Object



22
23
24
# File 'lib/more/humanized/yaml_source.rb', line 22

def read_yml(file)
  YAML.load( File.open(file) )
end