= private = protected
in_transaction()
Raises PStore::Error if the calling code is not in a PStore#transaction.
# File lib/pstore.rb, line 135 def in_transaction raise PStore::Error, "not in transaction" unless @lock.locked? end