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