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