class Nokogiri::HTML4::Document

def fragment(tags = nil)

Create a Nokogiri::XML::DocumentFragment from +tags+
###
def fragment(tags = nil)
  DocumentFragment.new(self, tags, root)
end