Tuesday, December 9, 2014

YAML

Research & Examples

Yet Another Markup Language

The YAML Cookbook
http://www.yaml.org/YAML_for_ruby.html#simple_sequence

http://stackoverflow.com/questions/3877004/how-do-i-parse-a-yaml-file
require 'yaml'
thing = YAML.load_file('some.yml')
puts thing.inspect

No comments:

Post a Comment