# File lib/rdoc/markup/parser.rb, line 380
  def peek_token
    token = @tokens.first || []
    p :peek => token if @debug
    token
  end