module SimCtl::Command::Boot

Public Instance Methods

boot_device(device) click to toggle source

Boots a device

@param device [SimCtl::Device] the device to boot @return [void]

# File lib/simctl/command/boot.rb, line 8
def boot_device(device)
  Executor.execute(command_for('boot', device.udid))
end