Reset the default. > > a = Hash.new(0) => {} > > a["joe"] => 0 > > a.default = nil => nil > > a["joe"] => nil Regards, Craig