avondrak (Alex Vondrak)
- Login: avondrak
- Registered on: 03/16/2015
- Last sign in: 03/16/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/17/2015
-
12:25 AM Ruby Bug #10979 (Closed): Hash fails to distinguish 0.0 & -0.0
- According to the docs ( http://ruby-doc.org/core-2.2.1/Hash.html ):
> Two objects refer to the same hash key when their hash value is identical and the two objects are eql? to each other.
However, that does not appear to be the cas...