Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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.