75 76 77 78
# File 'lib/strongbox.rb', line 75 def lock_for name @_locks ||= {} @_locks[name] ||= Lock.new(name, self, self.class.lock_options[name]) end