class ProcessExecuter::Destinations::MonitoredPipe
def write(data)
-
(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
(Object)
- the return value of the pipe's write method
data
(String)
-- the data to write
def write(data) super destination.write data end