method
flush
flush()
public
Hide source
# File lib/shell/system-command.rb, line 63 def flush @pipe_out.flush if @pipe_out and !@pipe_out.closed? end