Add Related link from String#hash to Object#hash
We came across a bug in our code because we assumed `String#hash` to be consistent across Ruby processes, which was incorrect. Our search lead us to `Object#hash` which has the right warning that `String#hash` doesn't. We also noticed that a previous version of the documentation for `String#hash` pointed to `Object#hash` that was removed by https://github.com/ruby/ruby/pull/3565. We think this removal might not be intended and just got missed amidst other changes.
This commit is contained in:
parent
7c31ecd3ac
commit
2fb435b3ab
Notes:
git
2021-06-23 23:42:25 +09:00
Loading…
x
Reference in New Issue
Block a user