module RDoc::TokenStream

def tokens_to_s

def tokens_to_s
  (token_stream or return '').compact.map { |token| token[:text] }.join ''
end