From: Ryan Davis Date: 2010-12-01T07:19:41+09:00 Subject: Re: RFC Future Ruby hash literal syntax On Nov 29, 2010, at 19:54 , Yossef Mendelssohn wrote: > I've yet to use BenArray, but assuming it follows BenString > conventions: > >>> Array.new(3, Object.new) > => [#, #, #] >>> Array.new(3) { Object.new } > => [#, #, #] > > My question still stands. No! BenArray performs like the latter.