73 74 75 76 77 78 79 80
# File 'lib/dalli/ring.rb', line 73 def lock @servers.each(&:lock!) begin yield ensure @servers.each(&:unlock!) end end