akshay_kakade (Akshay Kakade)
- Login: akshay_kakade
- Registered on: 05/13/2024
- Last sign in: 05/13/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/13/2024
-
12:18 PM Ruby Bug #20487 (Rejected): 1..nil is giving range from 1 to inifinity in ruby greater than 2.6
- we consider nil as undefined value, value that is not present, we consider nil as falsey value as well, when we do nil.to_i it gives us zero..then with this rational 1..nil shouldn't give the range 1 to infinity, either we should make it...