From: Kristof Bastiaensen Date: 2004-06-02T09:03:48+09:00 Subject: Re: Object#collect was Re: [RCR] Numeric#of Hi, On Tue, 01 Jun 2004 16:29:57 -0700, Alan Chen wrote: > To me, creating multiple instances of initialized objects feels like > it belongs more with the new call, rather than Integer. Yes, in fact it already works with the new call ;-) > a,b,c = Array.newx(3) a,b,c = Array.new(3) { Array.new } Regards, Kristof