c7475068ef
Weak Reference class that allows a referenced object to be garbage-collected. A WeakRef may be used exactly like the object it references. WWW: https://github.com/ruby/weakref
5 lines
178 B
Text
5 lines
178 B
Text
Weak Reference class that allows a referenced object to be garbage-collected.
|
|
|
|
A WeakRef may be used exactly like the object it references.
|
|
|
|
WWW: https://github.com/ruby/weakref
|