# File lib/nokogiri/html/document_fragment.rb, line 6 def self.parse tags doc = HTML::Document.new doc.encoding = 'UTF-8' self.new(doc, tags) end