From: gwtmp01@... Date: 2006-10-20T10:50:00+09:00 Subject: Re: Array#to_s in Ruby 1.9 Head On Oct 19, 2006, at 9:45 PM, Trans wrote: > > Tobias L�tke wrote: >> Liquid depends on the current Array#to_s for speed. It builds nested >> array of objects which all render their final result upon the to_s >> call. > > Perhaps then: > > print a.flatten.join Yeah, sure, there are lots of ways to work around it but why should Array#to_s default to generating debugging output? That is what Array#inspect is for, right? Gary Wright