aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-file-tail/pkg-descr
blob: 630abdaf6b3c20f6765c9a1d67c3ab6bb7cc8924 (plain) (blame)
1
2
3
4
5
6
7
8
9
This is a small ruby library that allows Ruby to 'tail' a file,
including following a file, that still is growing like the Unix
command 'tail -f' can.

This Library is similar to Perl's File::Tail. It can be used to
extend Ruby's File-objects, for File-derived classes, or by
using the included simple File::Tail::Logfile class.

WWW: https://github.com/flori/file-tail