# File lib/puppet/util/zaml.rb, line 63 63: def initialize(obj) 64: @this_label_number = nil 65: @obj = obj # prevent garbage collection so that object id isn't reused 66: @@previously_emitted_object[obj.object_id] = self 67: end