# File lib/drb/unix.rb, line 102 def set_sockopt(soc) soc.fcntl(Fcntl::F_SETFL, Fcntl::FD_CLOEXEC) if defined? Fcntl::FD_CLOEXEC end