# File lib/puppet/util/rdoc/code_objects.rb, line 190 190: def <=>(other) 191: @name <=> other.name 192: end