Method: Weak::Map#values
- Defined in:
- lib/weak/map.rb
#values ⇒ Array
Note:
In contrast to a Hash, Weak::Maps do not necessarily retain
insertion order.
Returns an Array containing all values of the map for which we
have a valid key. Values with garbage-collected keys are excluded.
|
|
# File 'lib/weak/map.rb', line 264
|