Method: Gurke::Runner::DRbServer#run_remote

Defined in:
lib/gurke/runner.rb

#run_remote(options, files, reporter) ⇒ Object



84
85
86
# File 'lib/gurke/runner.rb', line 84

def run_remote(options, files, reporter)
  Runner.new(config, options).run files, reporter
end