# File lib/rdoc/code_objects.rb, line 370
    def <=>(other)
      name <=> other.name
    end