Sha256: 359f5addeb3af25beced7e38ab3c74e028c013944ade338c7c4a9a075c01752f

Contents?: true

Size: 275 Bytes

Versions: 17

Compression:

Stored size: 275 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
simctl-1.6.10 lib/simctl/command/boot.rb
simctl-1.6.8 lib/simctl/command/boot.rb
simctl-1.6.7 lib/simctl/command/boot.rb
simctl-1.6.6 lib/simctl/command/boot.rb
simctl-1.6.5 lib/simctl/command/boot.rb
simctl-1.6.4 lib/simctl/command/boot.rb
simctl-1.6.3 lib/simctl/command/boot.rb
simctl-1.6.2 lib/simctl/command/boot.rb
simctl-1.6.1 lib/simctl/command/boot.rb
simctl-1.6.0 lib/simctl/command/boot.rb
simctl-1.5.8 lib/simctl/command/boot.rb
simctl-1.5.7 lib/simctl/command/boot.rb
simctl-1.5.6 lib/simctl/command/boot.rb
simctl-1.5.5 lib/simctl/command/boot.rb
simctl-1.5.4 lib/simctl/command/boot.rb
simctl-1.5.3 lib/simctl/command/boot.rb
simctl-1.5.2 lib/simctl/command/boot.rb