module Tail

Defined in:

tail.cr

Class Method Summary

Class Method Detail

def self.follow(io : IO, delay = 0.1, & : String -> ) #

Follows the new appended bytes of an IO.


[View source]