A constant
Constants are ordered by name
# File lib/rdoc/constant.rb, line 31
31: def <=> other
32: return unless self.class === other
33:
34: [parent_name, name] <=> [other.parent_name, other.name]
35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.