class RuboCop::Cop::Style::InfiniteLoop

def on_until(node)

def on_until(node)
  while_or_until(node) if node.condition.falsey_literal?
end