Skip to content

Instantly share code, notes, and snippets.

@clm-a
Created April 1, 2011 14:23
Show Gist options
  • Save clm-a/898221 to your computer and use it in GitHub Desktop.
Save clm-a/898221 to your computer and use it in GitHub Desktop.
Infine hash
Hash.new { |h, k| h[k] = Hash.new(&h.default_proc) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment