class ParallelTests::Pids

def save

def save
  sync { File.write(file_path, pids.to_json) }
end