# File lib/facets/core/time/stamp.rb, line 21 def stamp( fmt = nil ) unless String === fmt fmt = FORMAT[fmt] end strftime(fmt).strip end