pop_token()
Remove the last token from the collected tokens
# File lib/rdoc/token_stream.rb, line 76 def pop_token @token_stream.pop end