# File lib/nokogiri/xml/node.rb, line 391
      def inner_html
        children.map { |x| x.to_html }.join
      end