# File lib/puppet/util/rdoc/code_objects.rb, line 205 205: def <=>(other) 206: full_name <=> other.full_name 207: end