Method: StringIO#length

Defined in:
stringio.c

#sizeInteger

Returns the size of the buffer string.

Returns:

  • (Integer)


1262
1263
1264
# File 'stringio.c', line 1262

static VALUE
strio_size(self)
VALUE self;