# File lib/http/form_data/multipart.rb, line 29
      def self.generate_boundary
        ("-" * 21) << SecureRandom.hex(21)
      end