[ruby/stringio] [DOC] Tweaks for StringIO#pos=

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

https://github.com/ruby/stringio/commit/3cef1e0e5f
This commit is contained in:
Burdette Lamar 2025-12-06 17:21:38 -06:00 committed by git
parent 82577ac090
commit 33837abb81

View File

@ -848,7 +848,7 @@ strio_get_pos(VALUE self)
* pos = new_position -> new_position
*
* Sets the current position (in bytes);
* see {Position}[rdoc-ref:IO@Position].
* see {Position}[rdoc-ref:StringIO@Position].
*/
static VALUE
strio_set_pos(VALUE self, VALUE pos)