class Temple::MutableMap

def initialize(*map)

def initialize(*map)
  super({}, *map)
end