class Date

Public Instance Methods

to_zaml(z=ZAML.new) click to toggle source
# File lib/icss/serialization/zaml.rb, line 419
def to_zaml(z=ZAML.new)
  z.emit(strftime('%Y-%m-%d'))
end