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