Subject: Re: hash.keys and hash.values
From: Mage <mage mage.hu>
Date: Tue, 15 Aug 2006 00:02:05 +0900
References: 208253208304
In-reply-to: 208304
Erik Veenstra wrote:
> If you really want to be sure that they're in the same order:
>
> keys, values = hsh.to_a.transpose
>
>
Thank you, I like to be 100% sure, so it's comfortable.
Mage