grabbing text between all tags in Nokogiri ?

Posted by asdfasdf on Stack Overflow See other posts from Stack Overflow or by asdfasdf
Published on 2009-10-03T05:04:00Z Indexed on 2010/06/05 7:32 UTC
Read the original article Hit count: 170

Filed under:
|

what would be the most efficient way of grabbing all texts between html tags ?

<div>
<a> hi </a>
....

bunch of texts surrounded by html tags.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about nokogiri