Method: Faulty::Circuit#unlock!

Defined in:
lib/faulty/circuit.rb

#unlock!self

Remove any open or closed locks

Returns:

  • (self)


335
336
337
338
# File 'lib/faulty/circuit.rb', line 335

def unlock!
  storage.unlock(self)
  self
end