Method: ChildProcess.posix_spawn=

Defined in:
lib/childprocess.rb

.posix_spawn=(bool) ⇒ Object

Set this to true to enable experimental use of posix_spawn.



73
74
75
# File 'lib/childprocess.rb', line 73

def posix_spawn=(bool)
  @posix_spawn = bool
end