Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
getline_arg Struct Reference

Data Fields

VALUE rs
 
long limit
 
unsigned int chomp: 1
 
VALUE io
 

Detailed Description

Definition at line 1117 of file stringio.c.

Field Documentation

◆ chomp

unsigned int getline_arg::chomp

Definition at line 1120 of file stringio.c.

◆ io

VALUE getline_arg::io

Definition at line 3514 of file io.c.

Referenced by rb_io_getbyte(), rb_io_gets(), rb_io_gets_internal(), rb_io_ungetbyte(), and rb_io_ungetc().

◆ limit

long getline_arg::limit

Definition at line 1119 of file stringio.c.

◆ rs

VALUE getline_arg::rs

Definition at line 1118 of file stringio.c.


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