D
David A. Black
Hi --
I'm wondering whether the "#" and everything after it are
really supposed to be taken out of the string in this
example:
irb(main):015:0> YAML.load("---\nstring: one # two")
=> {"string"=>"one"}
I guess I can wrap it all in quotation marks, but I didn't
think I had to.
david
I'm wondering whether the "#" and everything after it are
really supposed to be taken out of the string in this
example:
irb(main):015:0> YAML.load("---\nstring: one # two")
=> {"string"=>"one"}
I guess I can wrap it all in quotation marks, but I didn't
think I had to.
david