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