# File lib/childprocess/windows/handle.rb, line 78 def close return if @closed Lib.close_handle(@pointer) @closed = true end