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