diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-10-22 19:59:47 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-23 01:00:26 +0000 |
| commit | da214cf3a9611ca00d3dd204a97b3c22ba90d2d1 (patch) | |
| tree | 4cf95fc419216ce24dbdc42c5522ba73f90120c5 | |
| parent | f762e50bcbfca76b3f710bede6a29d82d308b897 (diff) | |
[DOC] Tweaks for StringIO#binmode (#147)
| -rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index ce7398bb83..d37dee59ff 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -712,7 +712,7 @@ strio_set_lineno(VALUE self, VALUE lineno) * binmode -> self * * Sets the data mode in +self+ to binary mode; - * see {Data Mode}[rdoc-ref:File@Data+Mode]. + * see {Data Mode}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Data+Mode]. * */ static VALUE |
