We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
close_write?
1 parent 0f67a8e commit bf34d74Copy full SHA for bf34d74
ext/stringio/stringio.c
@@ -602,7 +602,7 @@ strio_close_read(VALUE self)
602
* strio.closed_read? # => false
603
* strio.write('foo') # Raises IOError: not opened for writing
604
*
605
- * Related: StringIO#close, StringIO#close_read.
+ * Related: StringIO#close, StringIO#close_read, StringIO#close_write?.
606
*/
607
static VALUE
608
strio_close_write(VALUE self)
0 commit comments