class Aruba::Processes::ProcessRunner

def wait

def wait
  _, status = Process.waitpid2 @pid
  @exit_status = status
end