Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
exec_from
v2.0.0
ExecFrom
Result
Built with Crystal 1.9.2
2023-10-08 14:34:02 UTC
struct
ExecFrom::Result
ExecFrom::Result
Struct
Value
Object
Defined in:
exec_from.cr
Constructors
.new
(status : Process::Status, output : IO)
Instance Method Summary
#clone
#copy_with
(status _status = @status, output _output = @output)
#output
: IO
#status
: Process::Status
Constructor Detail
def self.
new
(status : Process::Status, output : IO)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(status _status = @status, output _output = @output)
#
[
View source
]
def
output
: IO
#
def
status
: Process::Status
#