class RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral

def initialize(*)

def initialize(*)
  super
  self.used_names = Set.new
end