class Tryouts::Section

def initialize(path, start = 0)

def initialize(path, start = 0)
  @path = path
  @first = start
  @last = start
end