Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
peek_tk()
public
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