Method: ChildProcess.posix_spawn=
- Defined in:
- lib/childprocess.rb
.posix_spawn=(bool) ⇒ Object
Set this to true to enable experimental use of posix_spawn.
96 97 98 |
# File 'lib/childprocess.rb', line 96 def posix_spawn=(bool) @posix_spawn = bool end |