# File lib/sinatra/cookies.rb, line 96
      def clear
        each_key { |k| delete(k) }
      end