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