= private = protected
set_close_on_exec(io)
Sets the close on exec flag for io
# File lib/webrick/utils.rb, line 27 def set_close_on_exec(io) io.close_on_exec = true if io.respond_to?(:close_on_exec=) end