# File src/ruby_supportlib/phusion_passenger/ruby_core_io_enhancements.rb, line 104 def close_on_exec! fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC) end