# File lib/puppet/util/rdoc/code_objects.rb, line 223 223: def <=>(other) 224: full_name <=> other.full_name 225: end