Class: Regexp

Inherits:
Object show all
Defined in:
lib/zaml.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) to_zaml(z)



183
184
185
# File 'lib/zaml.rb', line 183

def to_zaml(z)
z.first_time_only(self) { z.emit("#{zamlized_class_name(Regexp)} #{inspect}") }
end