GC.disable â true or false
Class Public methods
Disables garbage collection, returning true
if garbage
collection was already disabled.
1 2 | GC .disable #=> false GC .disable #=> true |
Disables garbage collection, returning true
if garbage
collection was already disabled.
1 2 | GC .disable #=> false GC .disable #=> true |
Designed by : w10schools
service@w10schools.com
Please login to continue.