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