# File lib/phusion_passenger/ruby_core_enhancements.rb, line 133 def close_on_exec! fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC) end