# File lib/puppet/util/rdoc/code_objects.rb, line 136
136:         def <=>(other)
137:             @name <=> other.name
138:         end