Class: Symbol

Inherits:
Object show all
Extended by:
Icss::Meta::SymbolSchema
Defined in:
lib/icss/type/simple_types.rb,
lib/icss/serialization/zaml.rb

Instance Method Summary collapse

Methods included from Icss::Meta::SymbolSchema

fullname, receive

Methods included from Icss::Meta::PrimitiveSchema

#doc, #doc=, #to_schema

Instance Method Details

#to_zaml(z = ZAML.new) ⇒ Object



230
231
232
# File 'lib/icss/serialization/zaml.rb', line 230

def to_zaml(z=ZAML.new)
  z.emit(self.inspect)
end