Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
Data Fields | |
VALUE | string |
rb_encoding * | enc |
long | pos |
long | lineno |
int | flags |
int | count |
Definition at line 109 of file stringio.c.
int StringIO::count |
Definition at line 115 of file stringio.c.
rb_encoding* StringIO::enc |
Definition at line 111 of file stringio.c.
int StringIO::flags |
Definition at line 114 of file stringio.c.
long StringIO::lineno |
Definition at line 113 of file stringio.c.
long StringIO::pos |
Definition at line 112 of file stringio.c.
VALUE StringIO::string |
Definition at line 110 of file stringio.c.