Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
arith_seq Struct Reference

Data Fields

struct enumerator enumerator
VALUE begin
VALUE end
VALUE step
bool exclude_end

Detailed Description

Definition at line 3747 of file enumerator.c.

Field Documentation

◆ begin

VALUE arith_seq::begin

Definition at line 3749 of file enumerator.c.

◆ end

VALUE arith_seq::end

Definition at line 3750 of file enumerator.c.

◆ enumerator

struct enumerator arith_seq::enumerator

Definition at line 3748 of file enumerator.c.

◆ exclude_end

bool arith_seq::exclude_end

Definition at line 3752 of file enumerator.c.

◆ step

VALUE arith_seq::step

Definition at line 3751 of file enumerator.c.


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