/ Published in: Ruby
Expand |
Embed | Plain Text
Hash.new{|hash, key| hash[key] = Array.new;}
You need to login to post a comment.
Hash.new{|hash, key| hash[key] = Array.new;}
You need to login to post a comment.