The Secret of Object#to_s
There’s something about Ruby that I’ve wanted to know for a long time: where does the hexadecimal value in #<Object:0x000001009e60f8> come from? Today I finally went looking for the answer.
When in doubt, look at the code
The docume...