method
flush
ruby latest stable - Class:
Shell::SystemCommand
flush()public
No documentation available.
# File lib/shell/system-command.rb, line 63
def flush
@pipe_out.flush if @pipe_out and !@pipe_out.closed?
end flush()No documentation available.
# File lib/shell/system-command.rb, line 63
def flush
@pipe_out.flush if @pipe_out and !@pipe_out.closed?
end