Method: StringIO#string

Defined in:
stringio.c

#stringString

Returns underlying String object, the subject of IO.

Returns:

  • (String)


358
359
360
# File 'stringio.c', line 358

static VALUE
strio_get_string(self)
VALUE self;