# File lib/puppet/util/zaml.rb, line 59 59: def self.counter_reset 60: @@previously_emitted_object = {} 61: @@next_free_label_number = 0 62: end