class Temple::MutableMap

def []=(key, value)

def []=(key, value)
  @map.first[key] = value
end