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