Class: Facts::Macosx::SystemProfiler::ProcessorName
- Inherits:
-
Object
- Object
- Facts::Macosx::SystemProfiler::ProcessorName
- Defined in:
- lib/facter/facts/macosx/system_profiler/processor_name.rb
Constant Summary collapse
- FACT_NAME =
'system_profiler.processor_name'
- ALIASES =
'sp_cpu_type'
Instance Method Summary collapse
Instance Method Details
#call_the_resolver ⇒ Object
10 11 12 13 |
# File 'lib/facter/facts/macosx/system_profiler/processor_name.rb', line 10 def call_the_resolver fact_value = Facter::Resolvers::Macosx::SystemProfiler.resolve(:processor_name) [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)] end |