Flowdock
flush() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell/system-command.rb, line 60
    def flush
      @pipe_out.flush if @pipe_out and !@pipe_out.closed?
    end
Register or log in to add new notes.