module File::Tail::LineExtension
This module is used to extend all lines received via one of the tailers of a File::Tail::Group.
Attributes
tailer[R]
This is the tailer this line was received from.
Public Instance Methods
file()
click to toggle source
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