method
terminate
v2_1_10 -
Show latest stable
- Class:
Shell::SystemCommand
terminate()public
No documentation available.
# File lib/shell/system-command.rb, line 66
def terminate
begin
@pipe_in.close
rescue IOError
end
begin
@pipe_out.close
rescue IOError
end
end