Ruby-dev summary 21637-21729

Both. Sequence of strings will no longer be valid.

I ask because I do this a lot in my code:

s = "this is a string "
"that I have chosen to break "
“into multiple lines”

how will this 'fect HERE docs?

print <<HERE
Double quoted
here document.
HERE