Class: Regexp
Instance Method Summary collapse
Instance Method Details
#to_zaml(z) ⇒ Object
254 255 256 |
# File 'lib/puppet/util/zaml.rb', line 254 def to_zaml(z) z.first_time_only(self) { z.emit("#{zamlized_class_name(Regexp)} #{inspect}") } end |