Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
stdio
v0.1.1
Stdio
C
Capture
Out
Built with Crystal 1.9.2
2023-10-08 00:32:52 UTC
class
Stdio::Capture::Out
Stdio::Capture::Out
Reference
Object
Defined in:
stdio/capture.cr
Constructors
.new
(io : IO::FileDescriptor)
Instance Method Summary
#capture
#decapture
#reader
: IO::FileDescriptor
#writer
: IO::FileDescriptor
Constructor Detail
def self.
new
(io : IO::FileDescriptor)
#
[
View source
]
Instance Method Detail
def
capture
#
[
View source
]
def
decapture
#
[
View source
]
def
reader
: IO::FileDescriptor
#
[
View source
]
def
writer
: IO::FileDescriptor
#
[
View source
]