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