# frozen_string_literal: true module Primer class Classify # :nodoc: class Cache # rubocop:disable Style/MutableConstant LOOKUP = {} # rubocop:enable Style/MutableConstant class <