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