Method: Chronic::RepeaterMonthName#to_s
- Defined in:
- lib/chronic/repeaters/repeater_month_name.rb
#to_s ⇒ Object
90 91 92 |
# File 'lib/chronic/repeaters/repeater_month_name.rb', line 90 def to_s super << '-monthname-' << @type.to_s end |