# File lib/nokogiri/html.rb, line 28
      def fragment string, encoding = nil
        HTML::DocumentFragment.parse string, encoding
      end