class RuboCop::Cop::Layout::CommentIndentation

def autocorrect_one(corrector, comment)

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