Method: StringIO#close_read
- Defined in:
- stringio.c
#close_read ⇒ nil
Closes the read end of a StringIO. Will raise an IOError if the strio is not readable.
412 413 414 |
# File 'stringio.c', line 412 static VALUE strio_close_read(self) VALUE self; |