Actions
Bug #7449
closedRdoc for obj.object_id
Description
Documentation for return type of obj.object_id is wrong on Windows x64.
C:\Users\phasis>irb
irb(main):001:0> 0.1.object_id
=> -158526706883441454
irb(main):002:0> 0.1.object_id.class
=> Bignum
Here is a patch:
diff --git a/gc.c b/gc.c.new
index d52208d..2a0f26a 100644
--- a/gc.c
+++ b/gc.c.new
@@ -1670,8 +1670,8 @@ id2ref(VALUE obj, VALUE objid)
- Document-method: object_id
- call-seq:
-
-
obj.__id__ -> fixnum
-
-
-
obj.object_id -> fixnum
-
-
-
obj.__id__ -> integer
-
-
-
obj.object_id -> integer
- Returns an integer identifier for obj. The same number will
- be returned on all calls to
id
for a given object, and
-
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0