Ouroboros::PrevNext (Module)

In: Ouroboros.rb

Mixin to provide the next and prev methods for each item in the circular list.

Attributes

next  [R]  Returns the next item in the circular list
prev  [R]  Returns the previous item in the circular list

[Validate]