Skip to content

Instantly share code, notes, and snippets.

@IanWhitney
Created September 15, 2014 14:34
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 IanWhitney/8f9107c6a7e764aee6fa to your computer and use it in GitHub Desktop.
Save IanWhitney/8f9107c6a7e764aee6fa to your computer and use it in GitHub Desktop.
Hash creation with default empty array
x = Hash.new{|h,k| h[k] = []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment