# File lib/puppet/util/zaml.rb, line 158
158:   def to_zaml(z)
159:     z.emit('')        # NOTE: blank turns into nil in YAML.load
160:   end