class Chronic::RepeaterSeasonName
def next(pointer)
def next(pointer) direction = pointer == :future ? 1 : -1 find_next_season_span(direction, @type) end
def next(pointer) direction = pointer == :future ? 1 : -1 find_next_season_span(direction, @type) end