% irb
irb(main):001:0> require 'yaml'
true
irb(main):002:0> print YAML.dump(["one", "two", "three"])
---
- one
- two
- three