21 22 23 24 25
# File 'lib/with_lock.rb', line 21 def with_lock(name,timeout=5,&block) WithLock::Client.with_lock(name,timeout) do yield end end