class Temple::MutableMap

def update(map)

def update(map)
  @map.first.update(map)
end