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