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