class RuboCop::Cop::Style::CommentAnnotation

def annotation_range(annotation)

def annotation_range(annotation)
  range_between(*annotation.bounds)
end