skip_for_variable()
skip the var [in] part of a ‘for’ statement
# File lib/rdoc/parser/ruby.rb, line 1744 def skip_for_variable skip_tkspace false tk = get_tk skip_tkspace false tk = get_tk unget_tk(tk) unless TkIN === tk end