# File lib/ruby_parser_extras.rb, line 618 def new_for expr, var, body result = s(:for, expr, var).line(var.line) result << body if body result end