Sha256: 0b9121817b36d784f1ccd49b9039acc18403c57c46b0fe7008952c6c7c136e2f
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Facter module Windows class OsWindowsSystem32 FACT_NAME = 'os.windows.system32' ALIASES = 'system32' def call_the_resolver fact_value = Resolvers::System32.resolve(:system32) [ResolvedFact.new(FACT_NAME, fact_value), ResolvedFact.new(ALIASES, fact_value, :legacy)] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facter-4.0.8.pre | lib/facts/windows/os/windows/system32.rb |
facter-4.0.7.pre | lib/facts/windows/os/windows/system32.rb |