# File lib/childprocess/windows/process.rb, line 37 def exited? return true if @exit_code assert_started code = @handle.exit_code exited = code != PROCESS_STILL_ACTIVE log(:exited? => exited, :code => code) if exited @exit_code = code @handle.close end exited end
# File lib/childprocess/windows/process.rb, line 7 def io @io ||= Windows::IO.new end
Generated with the Darkfish Rdoc Generator 2.