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