# File lib/map.rb, line 233 def initialize_from_hash(hash) map = self map.update(hash) map.default = hash.default end