# File lib/standard/facets/date.rb, line 121 def stamp(format=:default) if formatter = FORMAT[format] strftime(formatter) else to_s end end