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