Actions
Feature #8684
closedGC.disable with block
Feature #8684:
GC.disable with block
Description
I propose GC.disable with block.
It is useful to ensure GC.enable.
usage:
GC.disable do
do_something # GC disabled
end
GC enabled¶
Files
Actions