Flowdock
weakref_alive?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/weakref.rb, line 66
  def weakref_alive?
    @@id_rev_map[self.object_id] == @__id
  end
Register or log in to add new notes.