struct

Cordon::Result

Inherits Struct < Value < Object

Result of a sandboxed command execution.

Constructors

new(exit_code : Int32, stdout : String, stderr : String)
Source

Instance methods

exit_code
Source
stderr
Source
stdout
Source
success?
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source