ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
588 stars 384 forks source link

Update psuedocode to describe CRuby behaviour in specs of Array#each #1175

Closed herwinw closed 2 weeks ago

herwinw commented 3 weeks ago

Increase the index after the yield operation, the old code would just keep yieling with the first element.

andrykonchin commented 2 weeks ago

Makes sense. Thank you!