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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs