Ruby 4.1.0dev (2026-03-06 revision 407dd02c1b52b05ba55a179554b29a14e44a4b82)
Data Fields
enumerator Struct Reference

Data Fields

VALUE obj
 
ID meth
 
VALUE args
 
VALUE fib
 
VALUE dst
 
VALUE lookahead
 
VALUE feedvalue
 
VALUE stop_exc
 
VALUE size
 
VALUE procs
 
rb_enumerator_size_funcsize_fn
 
int kw_splat
 

Detailed Description

Definition at line 197 of file enumerator.c.

Field Documentation

◆ args

VALUE enumerator::args

Definition at line 200 of file enumerator.c.

◆ dst

VALUE enumerator::dst

Definition at line 202 of file enumerator.c.

◆ feedvalue

VALUE enumerator::feedvalue

Definition at line 204 of file enumerator.c.

◆ fib

VALUE enumerator::fib

Definition at line 201 of file enumerator.c.

◆ kw_splat

int enumerator::kw_splat

Definition at line 209 of file enumerator.c.

◆ lookahead

VALUE enumerator::lookahead

Definition at line 203 of file enumerator.c.

◆ meth

ID enumerator::meth

Definition at line 199 of file enumerator.c.

◆ obj

VALUE enumerator::obj

Definition at line 198 of file enumerator.c.

◆ procs

VALUE enumerator::procs

Definition at line 207 of file enumerator.c.

◆ size

VALUE enumerator::size

Definition at line 206 of file enumerator.c.

◆ size_fn

rb_enumerator_size_func* enumerator::size_fn

Definition at line 208 of file enumerator.c.

◆ stop_exc

VALUE enumerator::stop_exc

Definition at line 205 of file enumerator.c.


The documentation for this struct was generated from the following file: