Sha256: c352fad06908d3b3264443525f739403db43c31a0800bb245018db21b622e1db
Contents?: true
Size: 186 Bytes
Versions: 193
Compression:
Stored size: 186 Bytes
Contents
module Kernel # Turns the current script into a daemon process that detaches from the console. # It can be shut down with a TERM signal. def daemonize Process.daemon end end
Version data entries
193 entries across 160 versions & 26 rubygems