diff options
author | Thomas E. Enebo <tom.enebo@gmail.com> | 2022-10-20 13:17:47 -0500 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2022-10-22 08:01:24 +0000 |
commit | 420bdba1397b355aec773688487229c20a1e7759 (patch) | |
tree | 92a746a72883d14f62d9e3900bbce4c7feb9ea3d /doc | |
parent | 0d697e341a63c58554bba4934d91f389e6d92178 (diff) | |
download | ruby-420bdba1397b355aec773688487229c20a1e7759.tar.gz |
[rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warn
jruby-head (which will be JRuby 9.4.0.0) can now properly process
the keywords to Kernel#warn. I cannot think of any capability based
test for this so I constrained it using a version guard. Only JRuby
will ever hit the version guard.
https://github.com/rubygems/rubygems/commit/cd468c7e0f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/io_streams.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/io_streams.rdoc b/doc/io_streams.rdoc index a70a84811e..680d5e99c4 100644 --- a/doc/io_streams.rdoc +++ b/doc/io_streams.rdoc @@ -406,7 +406,7 @@ which is the non-negative integer line number in the stream where the next read will occur. The line number is the number of lines read by certain line-oriented methods -({::foreach}[https://docs.ruby-lang.org/en/master/IO.html#method-c-foreach], +({::foreach}[rdoc-ref:IO.foreach], {#each_line}[rdoc-ref:io_streams.rdoc@Method+-23each_line], {#gets}[rdoc-ref:io_streams.rdoc@Method+-23gets], {#readline}[rdoc-ref:io_streams.rdoc@Method+-23readline], |