# File lib/nokogiri/xml/builder.rb, line 313
      def comment string
        insert doc.create_comment(string)
      end