Registry / utility / file-tail

file-tail

JSON →
library1.4.0rbrubygemsunverified

Library to tail files in Ruby, similar to the Unix tail command.

gem install file-tail
INSTALL
IMPORT
SIG · FILE-TAIL
F
file-tail
utilityrubyv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

File::Tail
require 'file-tail'

Tail a file and process new lines

require 'file-tail' File::Tail::Logfile.open('log.txt') do |log| log.tail { |line| puts line } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
file-tail — gem install file-tail · libregistry