Method: Shell::SystemCommand#flush

Defined in:
lib/shell/system-command.rb

#flushObject



60
61
62
# File 'lib/shell/system-command.rb', line 60

def flush
  @pipe_out.flush if @pipe_out and !@pipe_out.closed?
end