From: Siep Korteling Date: 2008-09-20T08:19:00+09:00 Subject: Re: overwriting hash key jim wrote: (...) > > The hash could get big enough where I accidentally add a new entry, > > "key1" => [99, 3] > > when what I needed to do was add [99, 3] to key1's array. I won't get > any warning that the first occurrence of key1 is being replaced. Here you go: class SafeHash