module RuboCop::Cop::Sorbet::TargetSorbetVersion

def included(target)

def included(target)
  target.extend(ClassMethods)
end