Method: ChildProcess::AbstractProcess#detach
- Defined in:
- lib/childprocess/abstract_process.rb
#detach ⇒ Object
Set this to true if you do not care about when or if the process quits.
10 11 12 |
# File 'lib/childprocess/abstract_process.rb', line 10 def detach @detach end |