59 60 61 62 63 64 65
# File 'lib/megam/core/flavors.rb', line 59 def cpu(arg = nil) if arg != nil @cpu = arg else @cpu end end