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