class Facts::Aix::Partitions
Constants
- FACT_NAME
Public Instance Methods
call_the_resolver()
click to toggle source
# File lib/facter/facts/aix/partitions.rb, line 7 def call_the_resolver partitions = Facter::Resolvers::Aix::Partitions.resolve(:partitions) Facter::ResolvedFact.new(FACT_NAME, partitions.empty? ? nil : partitions) end