class RDoc::Constant

def <=> other

def <=> other
  return unless self.class === other
  [parent_name, name] <=> [other.parent_name, other.name]
end