From: "Tobias Lütke" Date: 2006-10-20T10:19:54+09:00 Subject: Re: Array#to_s in Ruby 1.9 Head 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. On 10/19/06, David Vallner wrote: > Gavin Kistner wrote: > >> What is the motivation for that change? > >> print a > >> becomes > >> a.each { |x| print x } > > > > Or (easier): > > print a.join('') > > > > For less typing, omit the string to > print a.join > > David Vallner > > > > > -- Tobi http://shopify.com - modern e-commerce software http://typo.leetsoft.com - Open source weblog engine http://blog.leetsoft.com - Technical weblog