Robert James wrote: > Is there an idiomatic way to continue a long quote on a separate line, > or should I just do: > > "If you need help," + > " please dial the operator" Hmm, I don't think you can.. if you do (which you can) "If you need help please dial the operator" you'll get '\n' sneaked in there... I think that using '+' is the only way. Now the question is if that affects performance at all.. I wouldn't know. -- Posted via http://www.ruby-forum.com/.