[–] madair 16y ago ↗ Heh, I think that should be titled "Ruby's YAML::load changes my data unexpectedly"
[–] wallywalrus 16y ago ↗ Double-quoted string with escape sequences vs. single quoted string.puts "hello\nworld"puts 'hello\nworld'
3 comments
[ 3.5 ms ] story [ 41.6 ms ] threadputs "hello\nworld"
puts 'hello\nworld'