class Test::Unit::Attribute::StringifyKeyHash

def [](key)

def [](key)
  super(self.class.stringify(key))
end