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.
get()
public
Pulls the next token from the stream.
# File lib/rdoc/markup/parser.rb, line 340
def get
@current_token = @tokens.shift
p :get => @current_token if @debug
@current_token
end