class RuboCop::AST::ProcessedSource

def comment_lines

def comment_lines
  @comment_lines ||= comments.map { |c| c.location.line }
end