# File lib/ruby2ruby.rb, line 744
  def process_until(exp)
    cond_loop(exp, 'until')
  end