On Thu, Oct 02, 2008 at 04:17:47AM +0900, Jim Freeze wrote: > Well, I use > > "blah blah" + > "blah blah ..." > > all the time, but I should probably start using > > "blah blah" \ > "blah blah" > > with all these meta programmers messing with foundation classes. I used to use the \ version, but switched to + when matz indicated the compile time concatenation would be removed from future versions of ruby ([ruby-talk:45253]). I'm glad to know it wasn't removed, and I think I'll start using it again. Paul