From: Martin DeMello Date: 2005-11-13T19:02:28+09:00 Subject: Re: Nested hash constructor confusion David A. Black wrote: > > Or my favorite: > > h = Hash.new {|h,k| raise "No such key: #{k}" } > > :-) Check 1.8.4 - I think this has made it into the core :) martin