Method: Chronik::RepeaterSeasonName#next

Defined in:
lib/chronik/repeaters/repeater_season_name.rb

#next(pointer) ⇒ Object



7
8
9
10
# File 'lib/chronik/repeaters/repeater_season_name.rb', line 7

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