Return ID of the object considered equal to the specified obj or nil
101 102 103
# File 'lib/mclone.rb', line 101 def id(obj) @objects[obj]&.id end