Method: Weak::Map#each_key
- Defined in:
- lib/weak/map.rb
#each_key {|key| ... } ⇒ self, Enumerator
Calls the given block once for each live key in ‘self`, passing the key as a parameter. Returns the weak map itself.
If no block is given, an ‘Enumerator` is returned instead.
|
# File 'lib/weak/map.rb', line 242
|