class Nokogiri::XML::NodeSet

def to_html

def to_html
  map { |x| x.to_html }.join('')
end