Class: Tork::CLIApp

Inherits:
Server show all
Defined in:
lib/tork/cliapp.rb

Instance Method Summary collapse

Methods inherited from Server

address, #initialize, #quit

Constructor Details

This class inherits a constructor from Tork::Server

Instance Method Details

#loopObject



6
7
8
9
10
11
12
# File 'lib/tork/cliapp.rb', line 6

def loop
  tell @clients, 'Absorbing test execution overhead...'
  @driver = popen('tork-driver')
  super
ensure
  pclose @driver
end