module Test::Unit::Attribute::ClassMethods

def current_attribute(name)

def current_attribute(name)
  current_attributes[name] || StringifyKeyHash.new
end