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