class Regexp

Public Instance Methods

to_zaml(z) click to toggle source
# File lib/puppet/util/zaml.rb, line 241
def to_zaml(z)
  z.first_time_only(self) { z.emit("#{zamlized_class_name(Regexp)} #{inspect}") }
end