aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.rb
Commit message (Collapse)AuthorAgeFilesLines
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+21
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.