|
|
|
|
|
by icebraining
3897 days ago
|
|
But even in core Ruby, == is not always identity; hashes, arrays, ranges, all of them are compared by value and not by identity. The assumption that == is comparing identity is broken, not the code that implements it differently. |
|