[ruby/stringio] [DOC] Tweaks for StringIO#lineno

(https://github.com/ruby/stringio/pull/191)

https://github.com/ruby/stringio/commit/f2a2a5a99e
This commit is contained in:
Burdette Lamar 2025-12-06 17:20:50 -06:00 committed by git
parent 588347a088
commit f298beb2d9

View File

@ -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)