class Hamster::MutableHash

def store(key, value)

def store(key, value)
  put(key, value)
  value
end