euccas
11/22/2014 - 1:46 AM

[ruby] create hash of hash

create hash of hash

test_info = Hash.new do |hash, key|
    hash[key] = Hash.new
end