General

Profile

jnicklas (Jonas Nicklas)

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... jnicklas (Jonas Nicklas)

Also available in: Atom