From: Lyndon Samson Date: 2005-11-23T07:39:49+09:00 Subject: Re: what is the ruby way to do this? ------=_Part_18000_11089037.1132699183484 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline And finally I get to def add4(key, val) $hash[key]=3D $hash[key].to_a << val end These mean your values are allways arrays, but thats no problem right? ------=_Part_18000_11089037.1132699183484--