From: gabriele renzi Date: 2004-05-31T18:28:40+09:00 Subject: Re: Object#collect was Re: [RCR] Numeric#of il Tue, 25 May 2004 15:37:04 -0600, "Ara.T.Howard" ha scritto:: > >how about this? > > >Object#collect > > > them = collect(3){ Array.new } > should'nt this be Kernel::collect? Anyway, I'd prefer to see Object#* :) them = Array.new * 3 # actually dup/clone