From: gwtmp01@... Date: 2006-12-01T14:36:11+09:00 Subject: Re: puts, print, Array#to_s relative to ruby 1.8 and 1.9 On Dec 1, 2006, at 12:19 AM, Devin Mullins wrote: > gwtmp01@mac.com wrote: >> Maybe I'm missing something but I think to get the 1.8 Array#to_s >> behavior in 1.9 you would >> have to write something like: >> a.flatten.inject("") { |s,i| s << i.to_s } > a.flatten.join ? Ah, yes. I knew there had to be an easier way. Still I kind of like the 1.8 behavior of to_s. Gary Wright