class Facts::Windows::Path
Constants
- FACT_NAME
Public Instance Methods
Source
# File lib/facter/facts/windows/path.rb, line 8 def call_the_resolver fact_value = Facter::Resolvers::Path.resolve(:path) Facter::ResolvedFact.new(FACT_NAME, fact_value) end