method
terminate
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
terminate()
public
Hide source
# File lib/shell/system-command.rb, line 67 def terminate begin @pipe_in.close rescue IOError end begin @pipe_out.close rescue IOError end end