From afcbb501ac17ba2ad5370ada5fd26e8dda9a5aaa Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Sat, 18 Sep 2021 15:34:15 +0200 Subject: 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. --- .document | 1 + 1 file changed, 1 insertion(+) (limited to '.document') 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 -- cgit v1.2.1