# File lib/puppet/util/monkey_patches.rb, line 20
20:   def to_zaml(z)
21:     z.emit("!ruby/sym ")
22:     to_s.to_zaml(z)
23:   end