class Chronic::RepeaterSeason

def num_seconds_til_start(season_symbol, direction)

def num_seconds_til_start(season_symbol, direction)
  num_seconds_til(SEASONS[season_symbol].start, direction)
end