Skip to content

Instantly share code, notes, and snippets.

@notblizzard
Created June 9, 2015 18:42
Show Gist options
  • Save notblizzard/27014eae384d2d9eeee6 to your computer and use it in GitHub Desktop.
Save notblizzard/27014eae384d2d9eeee6 to your computer and use it in GitHub Desktop.
foo = [1,2,3,4]
hash = Hash.new{|h, k| h[k] = Array.new}
foo.each do |x|
hash[:bar] << x
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment