method

advance!

rails latest stable - Class: ActiveJob::Continuation::Step

Method not available on this version

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

advance!(from: nil)
public

Advance the cursor from the current or supplied value

The cursor will be advanced by calling the succ method on the cursor. An UnadvanceableCursorError error will be raised if the cursor does not implement succ.