class Rubocop::Cop::Style::WhileUntilDo

def on_while(node)

def on_while(node)
  handle(node)
  super
end