LexorankEx.next

You're seeing just the function next, go back to LexorankEx module for more information.
Link to this function

next(rank, step \\ 8)

Specs

Returns next lexically greater value for provided rank

LexorankEx.next("a") => "i" default step is 8

LexorankEx.next("a", step = 1) => "b"