Ryan Davis wrote: > On Jul 14, 2006, at 6:02 PM, transfire / gmail.com wrote: > > > Is this form of Hash initialization really very useful? > > > > Hash.new(obj) => aHash > > > > If _obj_ is specified, this single object will be used for all > > _default values_. > > I use Hash.new(0) constantly... Okay, I can see that. T.