class Temple::MutableHash

def update(hash)

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