# File lib/chronic/season.rb, line 7 def initialize(start_date, end_date) @start = start_date @end = end_date end