# File lib/sinatra/cookies.rb, line 200
      def merge(other, &block)
        to_hash.merge(other, &block)
      end