# File lib/rdoc/include.rb, line 24
  def <=> other
    return unless self.class === other

    name <=> other.name
  end