23 24 25
# File 'lib/month_weeks/week.rb', line 23 def to_s "#{start_date.strftime} -- #{end_date.strftime}" end