# File lib/puppet/util/zaml.rb, line 188 188: def to_zaml(z) 189: z.first_time_only(self) { z.emit("#{zamlized_class_name(Regexp)} #{inspect}") } 190: end