Method: Weak::Map#compare_by_identity?
- Defined in:
- lib/weak/map.rb
#compare_by_identity? ⇒ true
Returns always true since we always compare elements by their
object identity.
362 363 364 |
# File 'lib/weak/map.rb', line 362 def compare_by_identity? true end |