module Tryouts::ClassMethods

def run(path)

def run(path)
  batch = parse path
  batch.run
  batch
end