Class File::Tail::Tailer
In: lib/file/tail/tailer.rb
lib/file/tail/tailer.rb
Parent: ::Thread

This class supervises activity on a tailed fail and collects newly read lines until the Tail::Group fetches and processes them.

Methods

External Aliases

exit -> stop
exit -> stop

Public Instance methods

Fetch all the pending lines from this Tailer and thereby remove them from the Tailer‘s queue.

Fetch all the pending lines from this Tailer and thereby remove them from the Tailer‘s queue.

True if there are any lines pending on this Tailer, false otherwise.

True if there are any lines pending on this Tailer, false otherwise.

[Validate]