We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d24ae commit 61eef2fCopy full SHA for 61eef2f
ext/stringio/stringio.c
@@ -1888,7 +1888,7 @@ strio_truncate(VALUE self, VALUE len)
1888
* external_encoding -> encoding or nil
1889
*
1890
* Returns an Encoding object that represents the encoding of the string;
1891
- * see {Encoding}[https://docs.ruby-lang.org/en/master/Encoding.html]:
+ * see {Encodings}[rdoc-ref:StringIO@Encodings]:
1892
1893
* strio = StringIO.new('foo')
1894
* strio.external_encoding # => #<Encoding:UTF-8>
0 commit comments