class Date

Public Instance Methods

format( spec ) click to toggle source
# File lib/date-formatter.rb, line 104
def format( spec ) self.strftime( spec.to_strftime ); end