class SuperTailer::Tail
Public Instance Methods
watch() { |line| ... }
click to toggle source
# File lib/super_tailer/tail.rb, line 3 def watch loop do tailer { |line| yield(line) } end end
# File lib/super_tailer/tail.rb, line 3 def watch loop do tailer { |line| yield(line) } end end