# File lib/sinatra/cookies.rb, line 122
      def each(&block)
        return enum_for(__method__) unless block_given?
        to_hash.each(&block)
      end