Skip to content

Instantly share code, notes, and snippets.

@gerhard
Created November 21, 2008 21:30
Show Gist options
  • Select an option

  • Save gerhard/27641 to your computer and use it in GitHub Desktop.

Select an option

Save gerhard/27641 to your computer and use it in GitHub Desktop.
>> my_hash = {"1" => {"user_id" => "23233" }}
=> {"1"=>{"user_id"=>"23233"}}
>> my_hash.keys
=> ["1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment