summaryrefslogtreecommitdiff
path: root/marshal.rb
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Document Marshal#load parameter freeze: (#5332)Victor Shepelev2021-12-241-2/+21
|
* 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.