method

rewind

ruby latest stable - Class: Enumerator::Chain

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

rewind()
public

Rewinds the enumerator chain by calling the “rewind” method on each enumerable in reverse order. Each call is performed only if the enumerable responds to the method.