Hash to array

Hi,

I have a hash VALUE_OPTIONS = {:true=>1,:false=>0} How to convert this to a Array like options= [[true,1],[false,0]]

Thanks Ratnavel

Cheers, Mohit. 2/6/2008 | 2:29 PM.

Ratnavel Sundaramurthi wrote: