= private = protected
weakref_alive?()
Returns true if the referenced object is still alive.
# File lib/weakref.rb, line 80 def weakref_alive? @@id_rev_map[self.object_id] == @__id end