class Nokogiri::HTML5::DocumentFragment
def self.parse(tags, encoding = nil, options = {})
def self.parse(tags, encoding = nil, options = {}) doc = HTML5::Document.new tags = HTML5.read_and_encode(tags, encoding) doc.encoding = "UTF-8" new(doc, tags, nil, options) end