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