class Nokogiri::XML::DocumentFragment

def to_xml(*args)

See Nokogiri::XML::NodeSet#to_xml
Convert this DocumentFragment to xml
##
def to_xml(*args)
  children.to_xml(*args)
end