class KPM::SystemProxy::CpuInformation
def fetch_mac
def fetch_mac cpu_data = `system_profiler SPHardwareDataType | grep -e "Processor" -e "Cores" -e "Cache" 2>&1` build_hash(cpu_data) end
def fetch_mac cpu_data = `system_profiler SPHardwareDataType | grep -e "Processor" -e "Cores" -e "Cache" 2>&1` build_hash(cpu_data) end