Method: Runt::REYear#to_s
- Defined in:
- lib/runt/temporalexpression.rb
#to_s ⇒ Object
577 578 579 580 |
# File 'lib/runt/temporalexpression.rb', line 577 def to_s "#{Runt.month_name(@start_month)} #{Runt.ordinalize(@start_day)} " + "through #{Runt.month_name(@end_month)} #{Runt.ordinalize(@end_day)}" end |