Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
peek_token()
public
Returns the next token on the stream without modifying the stream
# File lib/rdoc/markup/parser.rb, line 418
def peek_token
token = @tokens.first || []
p :peek => token if @debug
token
end