Shell::Pipeline class of PicoRuby

Singleton methods

new

Shell::Pipeline.new(Array[Array[String]] commands) -> Pipeline

parse

Shell::Pipeline.parse(String command_line) -> Array[Array[String]]

Instance methods

exec

instance.exec() -> void

execute_with_redirect

instance.execute_with_redirect(Array[String] cmd_args, PipeIO? input, PipeIO? output) -> void
Tags: class