1#ifndef INTERNAL_ENUMERATOR_H
2#define INTERNAL_ENUMERATOR_H
14RUBY_SYMBOL_EXPORT_BEGIN
16VALUE rb_arith_seq_new(VALUE obj, VALUE meth,
int argc, VALUE
const *argv,
18 VALUE beg, VALUE end, VALUE step,
int excl);
VALUE rb_enumerator_size_func(VALUE recv, VALUE argv, VALUE eobj)
This is the type of functions that rb_enumeratorize_with_size() expects.