Module: RuboCop::Cop::Sorbet::GemVersionAnnotationHelper
- Included in:
- ValidGemVersionAnnotations
- Defined in:
- lib/rubocop/cop/sorbet/rbi_versioning/gem_version_annotation_helper.rb
Constant Summary collapse
- VERSION_PREFIX =
"# @version"
Instance Method Summary collapse
Instance Method Details
#gem_version_annotations ⇒ Object
9 10 11 12 13 |
# File 'lib/rubocop/cop/sorbet/rbi_versioning/gem_version_annotation_helper.rb', line 9 def gem_version_annotations processed_source.comments.select do |comment| gem_version_annotation?(comment) end end |