Method: Weak::Map#compare_by_identity

Defined in:
lib/weak/map.rb

#compare_by_identityself

This method does nothing as we always compare elements by their object identity.



357
358
359
# File 'lib/weak/map.rb', line 357

def compare_by_identity
  self
end