Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 281 Bytes

File metadata and controls

13 lines (10 loc) · 281 Bytes

reset

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

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