3 comments

[ 5.5 ms ] story [ 20.4 ms ] thread
Heh, I think that should be titled "Ruby's YAML::load changes my data unexpectedly"
(comment deleted)
Double-quoted string with escape sequences vs. single quoted string.

puts "hello\nworld"

puts 'hello\nworld'