Method: StringIO#close_read

Defined in:
stringio.c

#close_readnil

Closes the read end of a StringIO. Will raise an IOError if the strio is not readable.

Returns:

  • (nil)


412
413
414
# File 'stringio.c', line 412

static VALUE
strio_close_read(self)
VALUE self;