# File lib/rdoc/token_stream.rb, line 90
  def tokens_to_s
    token_stream.map { |token| token.text }.join ''
  end