class RuboCop::Cop::Legacy::Corrector

def corrections

def corrections
  # warn "#corrections is deprecated. Open an issue if you have a valid usecase." TODO
  CorrectionsProxy.new(self)
end