# File lib/rdoc/parser/ruby_tools.rb, line 99
  def peek_tk
    unget_tk(tk = get_tk)
    tk
  end