1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/pstore] Enhanced RDoc

https://github.com/ruby/pstore/commit/cb2b9dc9a9
This commit is contained in:
BurdetteLamar 2022-06-30 16:16:25 -05:00 committed by git
parent 7e8fd40c06
commit 558a9244e9

View file

@ -116,7 +116,7 @@ require "digest"
# This maintains the integrity of the store.
#
# Other code in the block (including even calls to #path and PStore.new)
# is executed as it is read.
# is executed immediately, not deferred.
#
# The transaction block:
#