method
terminate
ruby latest stable - Class:
Shell ::SystemCommand
terminate()public
No documentation available.
# 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