class Regexp

Public Instance Methods

to_zaml(z=ZAML.new) click to toggle source
# File lib/icss/serialization/zaml.rb, line 253
def to_zaml(z=ZAML.new)
  z.first_time_only(self) { z.emit("#{zamlized_class_name(Regexp)} #{inspect}") }
end