58 59 60
# File 'lib/metrix/system.rb', line 58 def cpu Cpu.new(@raw[/^cpu (.*)/, 1].split(" ").map(&:to_i)) end