Sha256: d4031e2b46932d38e77e03985db81e368709fe09c774cb8b0cf62c7e269be22f
Contents?: true
Size: 294 Bytes
Versions: 17
Compression:
Stored size: 294 Bytes
Contents
module SimCtl class Command module Shutdown # Shutdown a device # # @param device [SimCtl::Device] the device to shutdown # @return [void] def shutdown_device(device) Executor.execute(command_for('shutdown', device.udid)) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems