class ProcessExecuter::MonitoredPipe

def fileno

Other tags:
    Api: - private

Returns:
  • (Integer) - the file descriptor for the write end of the pipe
def fileno
  pipe_writer.fileno
end