Class: Symbol

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) to_zaml(z)



159
160
161
# File 'lib/zaml.rb', line 159

def to_zaml(z)
z.emit(self.inspect)
end