class ProcessExecuter::Runner

def close_pipe(command, option_key, pipe)

Other tags:
    Api: - private

Raises:
  • (ProcessExecuter::ProcessIOError) - If an exception was raised while

Returns:
  • (void) -
def close_pipe(command, option_key, pipe)
  pipe.close
  raise_pipe_error(command, option_key, pipe) if pipe.exception
end