# File lib/puppet/util/zaml.rb, line 20 20: def self.dump(stuff, where='') 21: z = new 22: stuff.to_zaml(z) 23: Label.counter_reset 24: where << z.to_s 25: end