method

begin

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.

begin()
public

No documentation available.

VALUE
arith_seq_begin(VALUE self)
{
    return rb_ivar_get(self, id_begin);
}