Method: Hold::InMemory::IdentitySetRepository#allocates_ids?

Defined in:
lib/hold/in_memory/identity_set_repository.rb

#allocates_ids?Boolean



11
12
13
# File 'lib/hold/in_memory/identity_set_repository.rb', line 11

def allocates_ids?
  !!@id_seq
end