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