tokens_to_s()
Returns a string representation of the token stream
# File lib/rdoc/tokenstream.rb, line 47 def tokens_to_s token_stream.map { |token| token.text }.join '' end