summaryrefslogtreecommitdiff
path: root/marshal.rb
AgeCommit message (Collapse)Author
2021-12-24[DOC] Document Marshal#load parameter freeze: (#5332)Victor Shepelev
Notes: Merged-By: byroot <jean.boussier@gmail.com>
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
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.