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