Method: Icss::Meta::RecordModel#to_zaml
- Defined in:
- lib/icss/serialization.rb
#to_zaml(z = ZAML.new) ⇒ Object
5 6 7 8 9 |
# File 'lib/icss/serialization.rb', line 5 def to_zaml(z=ZAML.new) hsh = self.to_wire hsh.to_zaml(z) z.to_s end |