This module is used to extend all lines received via one of the tailers of a File::Tail::Group.

Methods
F
Attributes
[R] tailer

This is the tailer this line was received from.

Instance Public methods
file()

The file as a File instance this line was read from.

# File lib/file/tail/line_extension.rb, line 7
      def file
        tailer.file
      end