mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
[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:
parent
588347a088
commit
f298beb2d9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user