# File lib/rdoc/markup/parser.rb, line 309
  def get
    @current_token = @tokens.shift
    p :get => @current_token if @debug
    @current_token
  end