Skip to content

Instantly share code, notes, and snippets.

@alagu
Created May 26, 2012 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alagu/2792462 to your computer and use it in GitHub Desktop.
Save alagu/2792462 to your computer and use it in GitHub Desktop.
[14] irb(main)> k = {:i => 1}
=> {:i=>1}
[15] irb(main)> n[k] = 5
=> 5
[16] irb(main)> n
=> {{:i=>1}=>5}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment