# File lib/puppet/util/rdoc/code_objects.rb, line 172
172:         def <=>(other)
173:             @name <=> other.name
174:         end