# File lib/nokogiri/xml/document.rb, line 112
      def create_comment string, &block
        Nokogiri::XML::Comment.new self, string.to_s, &block
      end