class Gurke::Runner::LocalRunner

Public Instance Methods

run(*) click to toggle source
Calls superclass method Gurke::Runner#run
# File lib/gurke/runner.rb, line 56
def run(*)
  hook :system, nil, nil do
    super
  end
end