module RDoc::TokenStream

def tokens_to_s

def tokens_to_s
  token_stream.map { |token| token.text }.join ''
end