= private = protected
weakref_alive?()
Returns true if the referenced object is still alive.
# File lib/weakref.rb, line 57 def weakref_alive? @@__map.key?(self) or defined?(@delegate_sd_obj) end