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 45f867c commit 58fc6c8Copy full SHA for 58fc6c8
ext/stringio/stringio.c
@@ -650,7 +650,7 @@ strio_closed_read(VALUE self)
650
* strio.close_write
651
* strio.closed_write? # => true
652
*
653
- * Related: StringIO#closed?, StringIO#closed_read?.
+ * Related: StringIO#close_write, StringIO#closed?, StringIO#closed_read?.
654
*/
655
static VALUE
656
strio_closed_write(VALUE self)
0 commit comments