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)

Returns next lexically greater value for provider rank

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

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