Method: Facts::Linux::Identity::Gid#call_the_resolver

Defined in:
lib/facter/facts/linux/identity/gid.rb

#call_the_resolverObject



9
10
11
12
# File 'lib/facter/facts/linux/identity/gid.rb', line 9

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