Console::Capture
Class methods
each(command : String, args = nil, *, env : Process::Env | Nil = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false, delimiter : Char | String = '\n', chomp : Bool = true, &block : String -> Nil) : Bool
Sourceprint(command : String, args = nil, *, env : Process::Env | Nil = nil, clear_env : Bool = true, shell : Bool = false, prefix : String | Nil = " > ", input = CLOSE, error : Bool = false) : Bool
Sourcestring(command : String, args = nil, *, env : Process::Env | Nil = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false) : String | Nil
Source