Subject: Re: [RCR] Numeric#of
From: Joel VanderWerf <vjoel PATH.Berkeley.EDU>
Date: Tue, 25 May 2004 15:30:41 +0900
References: 101292101295101300101301101303
In-reply-to: 101303
Hal Fulton wrote:
> What if we allow Integer#* to take a block?
>
> a,b,c,d,e = 5 * { Array.new }
Visually nice, but some would read that as "five times array dot new",
which is a lot like the reading of
5.times { Array.new }