method

step

ruby latest stable - Class: Enumerator::ArithmeticSequence

Method not available on this version

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

step()
public

No documentation available.

VALUE
arith_seq_step(VALUE self)
{
    return rb_ivar_get(self, id_step);
}