mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c0065dde03
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: http://file-tail.rubyforge.org/ PR: ports/139400 Submitted by: Eric Freeman <freebsdports at chillibear.com>
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
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: http://file-tail.rubyforge.org/
|