in libraries/system.rb [9:13]
def desktop? return false if @machine_model.nil? @machine_model.match? Regexp.union %w(Macmini MacPro iMac) end