Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/mode7date.rb
Instance Method Summary collapse
Instance Method Details
#to_mode7 ⇒ Object
30 31 32 |
# File 'lib/mode7date.rb', line 30 def to_mode7 strftime "%B the #{day.ordinalize} be with you" end |