Sha256: cadcd708767a742a129a85ac546090397e4139222ecf0e54f3a814389b28b7c5

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

module SimCtl
  class Command
    module Erase
      # Erase a device
      #
      # @param device [SimCtl::Device] the device to erase
      # @return [void]
      def erase_device(device)
        Executor.execute(command_for('erase', device.udid))
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simctl-1.6.10 lib/simctl/command/erase.rb
simctl-1.6.8 lib/simctl/command/erase.rb
simctl-1.6.7 lib/simctl/command/erase.rb
simctl-1.6.6 lib/simctl/command/erase.rb
simctl-1.6.5 lib/simctl/command/erase.rb
simctl-1.6.4 lib/simctl/command/erase.rb
simctl-1.6.3 lib/simctl/command/erase.rb