# File lib/sinatra/cookies.rb, line 231
      def replace(other)
        select! { |k, v| other.include?(k) or other.include?(k.to_s)  }
        merge! other
      end