module RuboCop::Cop::Sorbet::GemVersionAnnotationHelper

def gem_version_annotation?(comment)

def gem_version_annotation?(comment)
  comment.text.start_with?(VERSION_PREFIX)
end