ruby-changes:72399
From: BurdetteLamar <ko1@a...>
Date: Sat, 2 Jul 2022 21:49:31 +0900 (JST)
Subject: [ruby-changes:72399] 558a9244e9 (master): [ruby/pstore] Enhanced RDoc
https://git.ruby-lang.org/ruby.git/commit/?id=558a9244e9 From 558a9244e9ac49532da99215bef6ec60c376183f Mon Sep 17 00:00:00 2001 From: BurdetteLamar <BurdetteLamar@Y...> Date: Thu, 30 Jun 2022 16:16:25 -0500 Subject: [ruby/pstore] Enhanced RDoc https://github.com/ruby/pstore/commit/cb2b9dc9a9 --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pstore.rb b/lib/pstore.rb index bbee757212..5be7044376 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -116,7 +116,7 @@ require "digest" https://github.com/ruby/ruby/blob/trunk/lib/pstore.rb#L116 # 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: # -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/