# File lib/mash.rb, line 93 def initializing_reader(key) return self[key] if key?(key) self[key] = Mash.new end