2 3 4 5 6
# File 'lib/aigu/extensions/hash.rb', line 2 def self.recursive new do |hash, key| hash[key] = recursive end end