Class: Cliptic::Date

Inherits:
Date
  • Object
show all
Defined in:
lib/cliptic/lib.rb

Instance Method Summary collapse

Instance Method Details

#to_longObject



14
15
16
# File 'lib/cliptic/lib.rb', line 14

def to_long
  self.strftime('%A %b %-d %Y')
end