module RDoc::Parser::RubyTools

def peek_tk

def peek_tk
  unget_tk(tk = get_tk)
  tk
end