Method: Clasp::LockManager#locks

Defined in:
lib/clasp/lock_manager.rb

#locksEnumerable

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Enumerable)


58
59
60
# File 'lib/clasp/lock_manager.rb', line 58

def locks
  @locks.values
end