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 ec546c8 commit e87d2aeCopy full SHA for e87d2ae
ext/stringio/stringio.c
@@ -971,7 +971,7 @@ strio_get_sync(VALUE self)
971
*
972
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
973
974
- * Related: StringIO.each_char, StringIO.each_codepoint, StringIO.each_line.
+ * Related: StringIO#each_char, StringIO#each_codepoint, StringIO#each_line.
975
*/
976
static VALUE
977
strio_each_byte(VALUE self)
0 commit comments