Class: Facts::Solaris::Processors::Threads

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/facts/solaris/processors/threads.rb

Constant Summary collapse

FACT_NAME =
'processors.threads'

Instance Method Summary collapse

Instance Method Details

#call_the_resolverObject



9
10
11
12
# File 'lib/facter/facts/solaris/processors/threads.rb', line 9

def call_the_resolver
  fact_value = Facter::Resolvers::Solaris::Processors.resolve(:threads_per_core)
  Facter::ResolvedFact.new(FACT_NAME, fact_value)
end