Class: Gurke::Runner::LocalRunner

Inherits:
Gurke::Runner show all
Defined in:
lib/gurke/runner.rb

Instance Attribute Summary

Attributes inherited from Gurke::Runner

#config, #options

Instance Method Summary collapse

Methods inherited from Gurke::Runner

#builder, #hook, #initialize, #reporter, #retries, #with_filtered_backtrace

Constructor Details

This class inherits a constructor from Gurke::Runner

Instance Method Details

#runObject



56
57
58
59
60
# File 'lib/gurke/runner.rb', line 56

def run(*)
  hook :system, nil, nil do
    super
  end
end