Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tail
v0.1.0
Tail
File
Built with Crystal 1.9.2
2023-10-08 09:18:06 UTC
module
Tail
Defined in:
tail.cr
Class Method Summary
.follow
(io : IO, delay =
0.1
, &)
Follows the new appended bytes of an
IO
Class Method Detail
def self.
follow
(io : IO, delay =
0.1
, &)
#
Follows the new appended bytes of an
IO
[
View source
]