class ParallelTests::Pids

def initialize(file_path)

def initialize(file_path)
  @file_path = file_path
  @mutex = Mutex.new
end