Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Internal header for Enumerator. More...
Go to the source code of this file.
Functions | |
VALUE | rb_arith_seq_new (VALUE obj, VALUE meth, int argc, VALUE const *argv, rb_enumerator_size_func *size_fn, VALUE beg, VALUE end, VALUE step, int excl) |
Internal header for Enumerator.
Definition in file enumerator.h.
VALUE rb_arith_seq_new | ( | VALUE | obj, |
VALUE | meth, | ||
int | argc, | ||
VALUE const * | argv, | ||
rb_enumerator_size_func * | size_fn, | ||
VALUE | beg, | ||
VALUE | end, | ||
VALUE | step, | ||
int | excl | ||
) |
Definition at line 3327 of file enumerator.c.
References argc, argv, Qfalse, Qnil, Qtrue, rb_cArithSeq, rb_ivar_set(), and rb_keyword_given_p().