module RuboCop::Cop::Sorbet::GemVersionAnnotationHelper
def gem_version_annotations
def gem_version_annotations processed_source.comments.select do |comment| gem_version_annotation?(comment) end end
def gem_version_annotations processed_source.comments.select do |comment| gem_version_annotation?(comment) end end