Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 261 Bytes

File metadata and controls

12 lines (10 loc) · 261 Bytes

next

Ruby has no internal pointer in array objects like PHP. Because of this, there is no direct equivalent to PHP's next function.

{{related: array/current array/end array/prev
array/reset
array/each }}