11 12 13
# File 'lib/month_weeks/week.rb', line 11 def dates @dates ||= start_date.step(end_date).to_a end