Return to Snippet

Revision: 30411
at August 13, 2010 07:55 by therobot


Initial Code
Hash.new{|hash, key| hash[key] = Array.new;}

Initial URL


Initial Description


Initial Title
Initialize a hash of arrays

Initial Tags
ruby

Initial Language
Ruby