Mzim (Michael Zimmerman)
- Login: Mzim
- Email: mzimme@gmail.com
- Registered on: 08/26/2009
- Last sign in: 02/25/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/29/2018
-
05:45 AM Ruby Bug #14416 (Closed): Net::POPMail methods modify frozen literal when using default arg
- Net::POPMail #pop, #top, and #header can modify their "dest" argument. Problem is it has a default value of '', and so FrozenError can be thrown.
Problem methods start here:
https://github.com/ruby/ruby/blob/582951e2c8995d6bab5ddaf98...