Weak::Key::IdentityKeyHash (Class)

In: lib/Borges/Utilities/WeakIdentityKeyHash.rb
Parent: Hash

Creates a Hash that holds weakly on its keys.

Methods

[]   []=   each  

External Aliases

each -> internal_each

Public Instance methods

Retrieves key from the hash, if it still exists.

Sets key of the hash to value. value is weakly held.

Iterates over the hash, retrieving the weakly referenced objects.

[Validate]