Ruby WeakRef Functions

EditRocket provides the following information on WeakRef functions in the Ruby source code builder.

new(orig) - Create a new WeakRef from orig.

weakref_alive?() - Returns true if the referenced object still exists, and false if it has been garbage collected.