# File lib/facter/util/processor.rb, line 204
  def self.getconf_cpu_version(command="getconf CPU_VERSION")
    Facter::Core::Execution.exec(command)
  end