Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 278 Bytes

File metadata and controls

12 lines (10 loc) · 278 Bytes

prev

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

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