class Facts::Solaris::Path
Constants
- FACT_NAME
Public Instance Methods
call_the_resolver()
click to toggle source
# File lib/facter/facts/solaris/path.rb, line 7 def call_the_resolver fact_value = Facter::Resolvers::Path.resolve(:path) Facter::ResolvedFact.new(FACT_NAME, fact_value) end