Method: ICuke::SimulatorDriver#launch
- Defined in:
- lib/icuke/simulator_driver.rb
#launch(application, options = {}) ⇒ Object
26 27 28 29 30 |
# File 'lib/icuke/simulator_driver.rb', line 26 def launch(application, = {}) = {:build_configuration => configuration[:build_configuration]} process = ICuke::Simulator::Process.new(application, .merge()) @simulator.launch(process) end |