Marat Khaliullin
Results
2
comments of
Marat Khaliullin
The `object_id` method is now explicitly defined in Ruby 3.4.0, as discussed here: https://bugs.ruby-lang.org/issues/20912. I believe the library should be updated to avoid redefining or overriding the built-in `object_id` method.
Clarification: The object_id method has always existed in Ruby, but Ruby 3.4.0 introduced an explicit warning when attempting to redefine it