pipeline_start(*cmds, &block)
Class Public methods
::pipeline_start starts a
list of commands as a pipeline. No pipe made for stdin of the first command
and stdout of the last command.
Open3.pipeline_start(cmd1, cmd2, ... [, opts]) {|wait_threads|
...
}
wait_threads = Open3.pipeline_start(cmd1, cmd2, ... [, opts])
...
Each cmd is a string or an array. If it is an array, the elements are
passed to Process.spawn.
cmd:
commandline command line str