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