Class: Tork::CLIApp
Instance Method Summary collapse
Methods inherited from Server
Constructor Details
This class inherits a constructor from Tork::Server
Instance Method Details
#loop ⇒ Object
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 |