class Rufo::Formatter

def visit_until(node)

def visit_until(node)
  # [:until, cond, body]
  visit_while_or_until node, "until"
end