freebsd-ports/devel/rubygem-file-tail/pkg-descr
Philip M. Gollucci 7b05323e04 - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-20 01:35:47 +00:00

9 lines
369 B
Text

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://flori.github.com/file-tail