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