Sha256: bde9cd3d7a302cc39a9752979fcca9986bfd5b0c6f8efeaa83202da9d7255f27

Contents?: true

Size: 379 Bytes

Versions: 33

Compression:

Stored size: 379 Bytes

Contents

class PEBuild::Cap::DetectInstaller::Base

  def self.detect_installer(machine, version)
    new(machine, version).detect
  end

  def initialize(machine, version)
    @machine, @version = machine, version
  end

  # @!method detect
  #   Return the installer for the given operating system
  #   @abstract
  #   @return [String] The installer for the given operating system
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
vagrant-pe_build-0.12.0 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.11.0 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.10.4 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.10.3 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.10.2 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.10.1 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.10.0 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.7 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.6 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.5 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.4 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.3 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.2 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.1 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.9.0 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.8.8 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.8.7 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.8.6 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.8.5 lib/pe_build/cap/detect_installer/base.rb
vagrant-pe_build-0.8.4 lib/pe_build/cap/detect_installer/base.rb