enum Process::Redirect ¶ How to redirect the standard input, output and error IO of a process. Members¶ Pipe = 0 ¶ Pipe the IO so the parent process can read (or write) to the process IO through #input, #output or #error. Close = 1 ¶ Discards the IO. Inherit = 2 ¶ Use the IO of the parent process. Methods¶ #close? ¶ View source #inherit? ¶ View source #pipe? ¶ View source