Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created October 23, 2013 15:22
Show Gist options
  • Save omarqureshi/7120767 to your computer and use it in GitHub Desktop.
Save omarqureshi/7120767 to your computer and use it in GitHub Desktop.
1.9.3p448 :009 > h = Hash.new(3)
=> {}
1.9.3p448 :010 > h['a']
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment