Method: Jets::Remote::Tailer#initialize
- Defined in:
- lib/jets/remote/tailer.rb
#initialize(options, build_id) ⇒ Tailer
Returns a new instance of Tailer.
7 8 9 10 11 12 13 |
# File 'lib/jets/remote/tailer.rb', line 7 def initialize(, build_id) , @build_id = , build_id @output = [] # for specs @shown_phases = [] @thread = nil end |