jnicklas (Jonas Nicklas)
- Login: jnicklas
- Email: jonas.nicklas@gmail.com
- Registered on: 09/27/2013
- Last sign in: 11/21/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/21/2014
-
11:38 AM Ruby Bug #10534 (Rejected): Enumerator methods other than "next" do not always respect "peek"
- It seems like using "peek" and then calling other methods on the Enumerator consumes the value that was peeked at. While `next` correctly returns the peeked-at value the next time it is called, other Enumerator methods such as `to_a` and...