From: Jim Freeze Date: 2005-05-12T10:37:46+09:00 Subject: Re: Continued Strings * vikkous [2005-05-12 09:40:27 +0900]: > > Does Ruby concatenate those two String fragments because of the \ > > line continuation? > > "foo" "bar" # => "foobar" > > (I didn't know that worked either, or i had forgotten. Cute.) This is (last I heard) going away with rite. You may want to avoid this feature. -- Jim Freeze Ruby: I can explain it to ya but I can't understand it fer ya.