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