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