peek_token()
Returns the next token on the stream without modifying the stream
# File lib/rdoc/markup/parser.rb, line 369 def peek_token token = @tokens.first || [] p :peek => token if @debug token end