class Hpricot::Elements

def inner_text

All HTML tags are removed.
Returns an string containing the text contents of each element in this list.
def inner_text
  map { |x| x.inner_text }.join
end