mirror of
https://github.com/meineerde/rackstash.git
synced 2025-12-27 01:41:15 +00:00
Sometimes, object_ids are created as signed Integers which are invalid in `inspect`. By using the default implementation of `Object#to_s`, we can get valid object_ids the same way Ruby itself would have created them. For a motivation of this change, see * https://bugs.ruby-lang.org/issues/13397 * https://github.com/ruby-concurrency/concurrent-ruby/pull/651