lshevtsov (Leonid Shevtsov)
- Login: lshevtsov
- Email: leonid@shevtsov.me
- Registered on: 04/17/2012
- Last sign in: 04/22/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/22/2012
-
09:04 PM Ruby Bug #6340 (Rejected): Redefine Net::HTTPResponse#to_ary to avoid implicit conversion errors
- I've hit a nasty and subtle bug in code using the deprecated Net::HTTPResponse to_ary conversion: https://github.com/joshfrench/rakismet/pull/17
Up to Ruby 1.9.2 the method generated a warning, but in 1.9.3 it's removed completely.
...