Method: Mclone::ObjectSet#id

Defined in:
lib/mclone.rb

#id(obj) ⇒ Object

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