class KrakenMobile::Runner::KrakenRunner
Public Class Methods
new(options)
click to toggle source
# File lib/kraken-mobile/runners/runner.rb, line 8 def initialize(options) @options = options @command_helper = CommandHelper.new() end
Public Instance Methods
run_in_parallel()
click to toggle source
# File lib/kraken-mobile/runners/runner.rb, line 13 def run_in_parallel raise NotImplementedError.new end