hash = { :apple=> 'red', :banana => 'yellow' } hash.deep_stringify_keys => { 'apple' => 'red, 'banana' => 'yellow' }
Refresh the page to generate a new tip. Or just click here