summaryrefslogtreecommitdiff
path: root/.document
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2021-09-18 15:34:15 +0200
committerJean Boussier <jean.boussier@gmail.com>2021-10-05 18:34:56 +0200
commitafcbb501ac17ba2ad5370ada5fd26e8dda9a5aaa (patch)
tree7316e197ec1f1097b334ad587ee58a58d9961b3f /.document
parent279b2b5b600f0bb16f7ebb08aa4a299cf7b023a8 (diff)
downloadruby-afcbb501ac17ba2ad5370ada5fd26e8dda9a5aaa.tar.gz
marshal.c Marshal.load accepts a freeze: true option.
Fixes [Feature #18148] When set, all the loaded objects are returned as frozen. If a proc is provided, it is called with the objects already frozen.
Diffstat (limited to '.document')
-rw-r--r--.document1
1 files changed, 1 insertions, 0 deletions
diff --git a/.document b/.document
index 2c68af227d..6e08f42698 100644
--- a/.document
+++ b/.document
@@ -17,6 +17,7 @@ dir.rb
gc.rb
io.rb
kernel.rb
+marshal.rb
numeric.rb
nilclass.rb
pack.rb