diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-12-06 17:20:50 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-06 23:21:17 +0000 |
| commit | f298beb2d973debe7ac080aecd28df543678adcf (patch) | |
| tree | 5f2f28882c5eec2356eeb6e017cea079cc470687 /ext | |
| parent | 588347a088625b5c16eedbc5f3a7a1189a427e25 (diff) | |
[ruby/stringio] [DOC] Tweaks for StringIO#lineno
(https://github.com/ruby/stringio/pull/191)
https://github.com/ruby/stringio/commit/f2a2a5a99e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 9240929646..68986c1a68 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -747,7 +747,7 @@ strio_copy(VALUE copy, VALUE orig) * lineno -> current_line_number * * Returns the current line number in +self+; - * see {Line Number}[rdoc-ref:IO@Line+Number]. + * see {Line Number}[rdoc-ref:StringIO@Line+Number]. */ static VALUE strio_get_lineno(VALUE self) |
