Skip to content

Instantly share code, notes, and snippets.

@zbelzer
Created April 3, 2011 19:19
Show Gist options
  • Save zbelzer/900692 to your computer and use it in GitHub Desktop.
Save zbelzer/900692 to your computer and use it in GitHub Desktop.
# Could be useful for configuration objects
double = Hash.new({})
double[:foo][:bar] = "baz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment