class Chronic::RepeaterSeason

def initialize(type, options = {})

def initialize(type, options = {})
  super
  @next_season_start = nil
  @next_season_end = nil
end