# File src/ruby_supportlib/phusion_passenger/ruby_core_io_enhancements.rb, line 94
    def close_on_exec!
      begin
        self.close_on_exec = true
      rescue NotImplementedError
      end
    end