class Dry::Core::BasicObject

def object_id

Other tags:
    See: http://ruby-doc.org/core/Object.html#method-i-object_id -

Other tags:
    Since: - 0.8.0

Returns:
  • (Fixnum) - the object id
def object_id
  __id__
end