blob: 97f4471d71e53521adfa4ab86277a16732b52a5b (
plain) (
blame)
1
2
3
|
This module changes the behavior of the builtin function ref(). If ref()
is called on an object that has requested an overloaded ref, the
object's ->ref method will be called and its return value used instead.
|