Class: Runner::MultiTail

Inherits:
Object
  • Object
show all
Defined in:
lib/logpoop/runner/multi_tail.rb

Instance Method Summary collapse

Instance Method Details

#run(opts = {}) ⇒ Object



3
4
5
6
7
# File 'lib/logpoop/runner/multi_tail.rb', line 3

def run(opts={})
  ttys = Context.ttys.values
  logs = Context.logs[0..ttys.length-1]
  run_all(ttys,logs)
end