On Wed, 1 Feb 2006, James Edward Gray II wrote:

> On Jan 31, 2006, at 6:58 PM, ara.t.howard / noaa.gov wrote:
>
>>   Array::new(42).map{String::new}
>
> That can be shortened to:
>
>>> Array.new(42) { String.new }
> => ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", ""]

indeed.  my bad.

none still as pretty as '42.of' though!  ;-)

-a

-- 
happiness is not something ready-made.  it comes from your own actions.
- h.h. the 14th dali lama