# File lib/nokogiri/xml/node_set.rb, line 227
      def inner_html *args
        collect{|j| j.inner_html(*args) }.join('')
      end