Class: Higgs::LockManager::NoWorkLockHandler
- Inherits:
-
Object
- Object
- Higgs::LockManager::NoWorkLockHandler
- Includes:
- Singleton
- Defined in:
- lib/higgs/lock.rb
Instance Method Summary collapse
Instance Method Details
#check_collision ⇒ Object
:yields: key
37 38 39 |
# File 'lib/higgs/lock.rb', line 37 def check_collision # :yields: key self end |
#critical ⇒ Object
41 42 43 |
# File 'lib/higgs/lock.rb', line 41 def critical yield end |
#lock(key, type, cnum) ⇒ Object
33 34 35 |
# File 'lib/higgs/lock.rb', line 33 def lock(key, type, cnum) self end |