module Test::Unit::Attribute
def [](name)
def [](name) self.class.find_attribute(@method_name, name) end
def attributes
def attributes self.class.attributes(@method_name) || StringifyKeyHash.new end
def included(base)
def included(base) base.extend(BaseClassMethods) base.extend(ClassMethods) end