peek_tk()
Peek at the next token, but don’t remove it from the stream
# File lib/rdoc/parser/ruby.rb, line 2623 def peek_tk unget_tk(tk = get_tk) tk end