# File lib/nokogiri/html.rb, line 27
      def fragment string
        HTML::DocumentFragment.parse(string)
      end