A constant
If this constant is an alias for a module or class, this is the RDoc::ClassModule it is an alias for. nil otherwise.
Constants are ordered by name
# File lib/rdoc/constant.rb, line 39 def <=> other return unless self.class === other [parent_name, name] <=> [other.parent_name, other.name] end
Generated with the Darkfish Rdoc Generator 2.