class RDoc::Include

def <=> other

def <=> other
  return unless self.class === other
  name <=> other.name
end