Module: SimCtl::Command::Boot
- Included in:
- SimCtl::Command
- Defined in:
- lib/simctl/command/boot.rb
Instance Method Summary collapse
-
#boot_device(device) ⇒ void
Boots a device.
Instance Method Details
#boot_device(device) ⇒ void
This method returns an undefined value.
Boots a device
8 9 10 |
# File 'lib/simctl/command/boot.rb', line 8 def boot_device(device) Executor.execute(command_for('boot', device.udid)) end |