class RuboCop::Cop::ForToEachCorrector

def call(corrector)

def call(corrector)
  corrector.replace(offending_range, correction)
end