# File lib/main/program/class_methods.rb, line 417 def daemonizes!(*args) mode(:daemon){ run { cmd = argv.shift || :usage daemon.cmd(cmd) } } end