method
weakref_alive?
weakref_alive?()
public
Hide source
# File lib/weakref.rb, line 66 def weakref_alive? @@id_rev_map[self.object_id] == @__id end