method

terminate

terminate()
public

No documentation available.

# File lib/shell/system-command.rb, line 64
    def terminate
      begin
        @pipe_in.close
      rescue IOError
      end
      begin
        @pipe_out.close
      rescue IOError
      end
    end