Module: SimCtl::Command::Boot

Included in:
SimCtl::Command
Defined in:
lib/simctl/command/boot.rb

Instance Method Summary collapse

Instance Method Details

#boot_device(device) ⇒ void

This method returns an undefined value.

Boots a device

Parameters:



8
9
10
# File 'lib/simctl/command/boot.rb', line 8

def boot_device(device)
  Executor.execute(command_for('boot', device.udid))
end