panasyuk (Aleksander Panasyuk)
- Login: panasyuk
- Email: panasmeister@gmail.com
- Registered on: 09/15/2015
- Last sign in: 11/22/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/16/2015
-
03:17 AM Ruby Bug #11531 (Rejected): IPAddr#== implements wrong logic
- # Description
IPAddr#== should implement the logic of comparison of two IPAddr instances. This generally means that it compares two IP addresses.
Lets look at the code of this method:
https://github.com/ruby/ruby/blob/c8b3f1b470e343...