portable?

in libraries/system.rb [14:18]


      def portable?
        return false if @machine_model.nil?
        @machine_model.match? Regexp.union %w(MacBook)
      end