Class: DateTime

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

Instance Method Summary collapse

Instance Method Details

#to_mode7Object



30
31
32
# File 'lib/mode7date.rb', line 30

def to_mode7
  strftime "%B the #{day.ordinalize} be with you"
end