# File lib/thread_safe/non_concurrent_cache_backend.rb, line 93 def each_pair dupped_backend.each_pair do |k, v| yield k, v end self end