# File lib/puppet/util/rdoc/code_objects.rb, line 154 154: def <=>(other) 155: @name <=> other.name 156: end