class ProcessExecuter::Destinations::MonitoredPipe

def write(data)

Returns:
  • (Object) - the return value of the pipe's write method

Parameters:
  • data (String) -- the data to write
def write(data)
  super
  destination.write data
end