Method: ChildProcess::AbstractProcess#duplex

Defined in:
lib/childprocess/abstract_process.rb

#duplexObject

Set this to true if you want to write to the process’ stdin (process.io.stdin)



15
16
17
# File 'lib/childprocess/abstract_process.rb', line 15

def duplex
  @duplex
end