class ProcessExecuter::MonitoredPipe

def write(data)

Other tags:
    Api: - private

Returns:
  • (Integer) - the number of bytes written to the pipe

Parameters:
  • data (String) -- the data to write to the pipe
def write(data)
  pipe_writer.write(data)
end