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