class FileWatch::Ext::Tail
Attributes
target[W]
Public Class Methods
new(opts = {}, target = YieldingTail.new(opts))
click to toggle source
# File lib/filewatch/ext/tail.rb, line 17 def initialize(opts = {}, target = YieldingTail.new(opts)) @target = target end
new_observing_progress(opts = {})
click to toggle source
# File lib/filewatch/ext/tail.rb, line 13 def self.new_observing_progress(opts = {}) new({}, ProgressTail.new(opts)) end