From: matz@... (Yukihiro Matsumoto) Date: 2002-01-25T02:56:39+09:00 Subject: Re: Serious Array Bug in Ruby 1.6.6? Hi, In message "Re: Serious Array Bug in Ruby 1.6.6?" on 02/01/25, nobu.nokada@softhome.net writes: |Hmmm, I'll suggest to change Array.new to take a block when |no default value given. That is: | | a = Array.new(2) {|i| Hash.new} # i is 0, 1... Instead, how about Array#fetch to take block for the default value? (I already did in my local copy.) matz.