Method: Qonfig::DataSet::Lock#with_arbitary_access

Defined in:
lib/qonfig/data_set/lock.rb

#with_arbitary_access(&instructions) ⇒ void

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.

This method returns an undefined value.

Parameters:

  • instructions (Block)

Since:

  • 0.17.0



21
22
23
# File 'lib/qonfig/data_set/lock.rb', line 21

def with_arbitary_access(&instructions)
  acquire_arbitary_lock(&instructions)
end