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.
1 parent 1df96bd commit d633d85Copy full SHA for d633d85
ext/stringio/stringio.c
@@ -1222,6 +1222,8 @@ strio_each_char(VALUE self)
1222
* strio.eof? # => true
1223
*
1224
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
1225
+ *
1226
+ * Related: StringIO#each_byte, StringIO.each_char, StringIO.each_line.
1227
*/
1228
static VALUE
1229
strio_each_codepoint(VALUE self)
0 commit comments