class ProcessExecuter::Destinations::Writer
def write(data)
-
(Integer)- the number of bytes written
Parameters:
-
data(String) -- the data to write
def write(data) super destination.write data end
(Integer)
- the number of bytes written
data
(String)
-- the data to write
def write(data) super destination.write data end