class RuboCop::Cop::Layout::CommentIndentation

def autocorrect_one(comment)

def autocorrect_one(comment)
  AlignmentCorrector.correct(processed_source, comment, @column_delta)
end