Sha256: 3b696819838f56e1a44a8cf7a9d84315175591869627c251d2e544f1f7c980da

Contents?: true

Size: 281 Bytes

Versions: 10

Compression:

Stored size: 281 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

10 entries across 10 versions & 1 rubygems

Version Path
simctl-1.6.2 lib/simctl/command/erase.rb
simctl-1.6.1 lib/simctl/command/erase.rb
simctl-1.6.0 lib/simctl/command/erase.rb
simctl-1.5.8 lib/simctl/command/erase.rb
simctl-1.5.7 lib/simctl/command/erase.rb
simctl-1.5.6 lib/simctl/command/erase.rb
simctl-1.5.5 lib/simctl/command/erase.rb
simctl-1.5.4 lib/simctl/command/erase.rb
simctl-1.5.3 lib/simctl/command/erase.rb
simctl-1.5.2 lib/simctl/command/erase.rb