An attribute created by #attr, #attr_reader, #attr_writer or #attr_accessor
Attributes are ordered by name
# File lib/rdoc/attr.rb, line 41 def <=>(other) self.name <=> other.name end
An HTML id-friendly representation of name
# File lib/rdoc/attr.rb, line 48 def html_name @name.gsub(/[^a-z]+/, '-') end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.