--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: "Document-method: object_id"
- !ruby/struct:SM::Flow::P
body: Returns an integer identifier for obj. The same number will be returned on all calls to id for a given object, and no two active objects will share an id. Object#object_id is a different concept from the :name notation, which returns the symbol id of name. Replaces the deprecated Object#id.
full_name: Object#__id__
is_singleton: false
name: __id__
params: |
obj.__id__ => fixnum
obj.object_id => fixnum
visibility: public