String Ruby

"foo\nbar".each { |x| puts x }
# foo
# bar