# File lib/test/unit/attribute.rb, line 21 def included(base) base.extend(BaseClassMethods) base.extend(ClassMethods) end
# File lib/test/unit/attribute.rb, line 125 def [](name) attributes[name] end
# File lib/test/unit/attribute.rb, line 121 def attributes self.class.attributes(@method_name) || StringifyKeyHash.new end
[Validate]
Generated with the Darkfish Rdoc Generator 2.