Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
getline_arg Struct Reference

Data Fields

VALUE rs
 
long limit
 
unsigned int chomp: 1
 
VALUE io
 

Detailed Description

Definition at line 1149 of file stringio.c.

Field Documentation

◆ chomp

unsigned int getline_arg::chomp

Definition at line 1152 of file stringio.c.

◆ io

VALUE getline_arg::io

Definition at line 3353 of file io.c.

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

◆ limit

long getline_arg::limit

Definition at line 1151 of file stringio.c.

◆ rs

VALUE getline_arg::rs

Definition at line 1150 of file stringio.c.


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