Class: Higgs::LockManager::NoWorkLockHandler

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/higgs/lock.rb

Instance Method Summary collapse

Instance Method Details

#check_collisionObject

:yields: key



37
38
39
# File 'lib/higgs/lock.rb', line 37

def check_collision       # :yields: key
  self
end

#criticalObject



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