method
terminate
v1_8_7_72 -
Show latest stable
- Class:
Shell::SystemCommand
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