Method: Facts::Solaris::Path#call_the_resolver

Defined in:
lib/facter/facts/solaris/path.rb

#call_the_resolverObject



8
9
10
11
# File 'lib/facter/facts/solaris/path.rb', line 8

def call_the_resolver
  fact_value = Facter::Resolvers::Path.resolve(:path)
  Facter::ResolvedFact.new(FACT_NAME, fact_value)
end