# File lib/ruby_parser_extras.rb, line 541
  def new_iter call, args, body
    result = s(:iter)
    result << call if call
    result << args
    result << body if body
    result
  end