String Ruby

puts "hello\n".dump      # => "\"hello\\n\"": Escape special characters
puts "hello\n".inspect   # Works much like dump