= private = protected
string()
Returns underlying String object, the subject of IO.
static VALUE strio_get_string(VALUE self) { return StringIO(self)->string; }