lib/simctl/command/shutdown.rb in simctl-0.1.0 vs lib/simctl/command/shutdown.rb in simctl-0.2.0
- old
+ new
@@ -4,9 +4,10 @@
COMMAND = %w[xcrun simctl shutdown]
# Shutdown a device
#
# @param device [SimCtl::Device] the device to shutdown
+ # @return [void]
def shutdown_device(device)
Executor.execute([COMMAND, device.udid])
end
end
end