method

flush

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