# File lib/hpricot/elements.rb, line 100
    def inner_text
      map { |x| x.inner_text }.join
    end