class Date

Public Instance Methods

to_zaml(z) click to toggle source
# File lib/puppet/util/zaml.rb, line 384
def to_zaml(z)
  z.emit(strftime('%Y-%m-%d'))
end