class Test::Unit::Attribute::StringifyKeyHash

def key?(key)

def key?(key)
  super(self.class.stringify(key))
end