class RuboCop::Cop::Style::NegatedWhile

def autocorrect(node)

def autocorrect(node)
  ConditionCorrector.correct_negative_condition(node)
end