method
flush
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
flush()
public
Hide source
# File lib/shell/system-command.rb, line 62 def flush @pipe_out.flush if @pipe_out and !@pipe_out.closed? end