# File lib/puppet/util/zaml.rb, line 68 68: def to_s 69: @this_label_number ? ('&id%03d ' % @this_label_number) : '' 70: end