# File lib/ruby_parser_extras.rb, line 794
  def new_until block, expr, pre
    new_until_or_while :until, block, expr, pre
  end