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