class Nokogiri::XML::DocumentFragment

def to_s

Convert this DocumentFragment to a string
##
def to_s
  children.to_s
end