Ruby  2.0.0p594(2014-10-27revision48167)
Data Fields
StringIO Struct Reference

Data Fields

VALUE string
 
long pos
 
long lineno
 
int flags
 
int count
 

Detailed Description

Definition at line 23 of file stringio.c.

Field Documentation

int StringIO::count

Definition at line 28 of file stringio.c.

Referenced by strio_alloc(), strio_copy(), and strio_free().

int StringIO::flags

Definition at line 27 of file stringio.c.

Referenced by strio_alloc(), strio_finalize(), strio_init(), strio_set_string(), and strio_write().

long StringIO::lineno

Definition at line 26 of file stringio.c.

Referenced by strio_alloc(), strio_getline(), strio_init(), strio_rewind(), and strio_set_string().

long StringIO::pos
VALUE StringIO::string

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