Method: ChildProcess::Windows::Handle#close
- Defined in:
- lib/childprocess/windows/handle.rb
#close ⇒ Object
78 79 80 81 82 83 |
# File 'lib/childprocess/windows/handle.rb', line 78 def close return if @closed Lib.close_handle(@pointer) @closed = true end |