Class/Module Index [+]

Quicksearch

Test::Unit::Attribute

Public Class Methods

included(base) click to toggle source
# File lib/test/unit/attribute.rb, line 21
def included(base)
  base.extend(BaseClassMethods)
  base.extend(ClassMethods)
end

Public Instance Methods

[](name) click to toggle source
# File lib/test/unit/attribute.rb, line 125
def [](name)
  attributes[name]
end
attributes() click to toggle source
# 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.