wallywalrus·16 年前·議論Double-quoted string with escape sequences vs. single quoted string.puts "hello\nworld"puts 'hello\nworld'
puts "hello\nworld"
puts 'hello\nworld'