<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/ri, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Sync RDoc 6.14.0</title>
<updated>2025-05-22T22:04:47+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-05-22T21:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=03eb777c69d64aa4941891a784c1fd67b44ea42c'/>
<id>03eb777c69d64aa4941891a784c1fd67b44ea42c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Expand rdoc-ref targets at the end of ri output</title>
<updated>2024-12-09T17:21:01+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2024-12-09T17:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=93f8de777f690b5cb98b7974fa5e0a232eafbb4b'/>
<id>93f8de777f690b5cb98b7974fa5e0a232eafbb4b</id>
<content type='text'>
(https://github.com/ruby/rdoc/pull/1141)

There have been several document refactors in ruby/ruby that extract
individual methods/classes' documentation into separate files, like
ruby/ruby#6567

Because RI is not capable of rendering those references, RI users
are left with dramatically fewer documentation on those methods/classes.

This commit adds a new option `--expand-ref` (default: true) to expand
all the rdoc-ref targets at the end of the output.

https://github.com/ruby/rdoc/commit/9e2b28c6e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/rdoc/pull/1141)

There have been several document refactors in ruby/ruby that extract
individual methods/classes' documentation into separate files, like
ruby/ruby#6567

Because RI is not capable of rendering those references, RI users
are left with dramatically fewer documentation on those methods/classes.

This commit adds a new option `--expand-ref` (default: true) to expand
all the rdoc-ref targets at the end of the output.

https://github.com/ruby/rdoc/commit/9e2b28c6e3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Abort with error message if --dump argument invalid</title>
<updated>2024-05-30T00:09:22+00:00</updated>
<author>
<name>Adam Daniels</name>
<email>adam@mediadrive.ca</email>
</author>
<published>2023-06-12T19:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=01aa77faa2cd34da1f9add4d0484ab1c292ff662'/>
<id>01aa77faa2cd34da1f9add4d0484ab1c292ff662</id>
<content type='text'>
When --dump=FILE is passed a path that does not exist or is not
readable, it silently fails.

https://github.com/ruby/rdoc/commit/0536b83c46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When --dump=FILE is passed a path that does not exist or is not
readable, it silently fails.

https://github.com/ruby/rdoc/commit/0536b83c46
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use readline history when ri is interactive</title>
<updated>2024-03-15T00:27:01+00:00</updated>
<author>
<name>Adam Daniels</name>
<email>adam@mediadrive.ca</email>
</author>
<published>2022-01-13T15:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fcab3cddf2e796a3e3b9fd8b308fd351126e305'/>
<id>3fcab3cddf2e796a3e3b9fd8b308fd351126e305</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/d0074a23cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/d0074a23cc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Delay DidYouMean until NotFoundError#message is called</title>
<updated>2023-10-17T11:07:57+00:00</updated>
<author>
<name>tompng</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-09-11T17:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2a8ac8ead5d4deb4fcef8f3c13c521eded2301c4'/>
<id>2a8ac8ead5d4deb4fcef8f3c13c521eded2301c4</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/b59ca2f981
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/b59ca2f981
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Auto-correct trailing new lines</title>
<updated>2023-06-03T01:42:29+00:00</updated>
<author>
<name>Vinicius Stock</name>
<email>stock@hey.com</email>
</author>
<published>2023-06-02T22:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4d92475f69f0ca3dba0f497253e600c7f90a0ad'/>
<id>a4d92475f69f0ca3dba0f497253e600c7f90a0ad</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/4b68c0728a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/4b68c0728a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Delay `require "readline"` in case the terminal is in raw mode </title>
<updated>2022-10-27T08:16:06+00:00</updated>
<author>
<name>Shugo Maeda</name>
<email>shugo@ruby-lang.org</email>
</author>
<published>2022-10-27T01:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5129ca3e056e1ce3189ba39fa311d4d687b97b45'/>
<id>5129ca3e056e1ce3189ba39fa311d4d687b97b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove unused abbrev require</title>
<updated>2022-10-06T01:04:41+00:00</updated>
<author>
<name>Daniel Colson</name>
<email>danieljamescolson@gmail.com</email>
</author>
<published>2022-10-06T00:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e84290213a86eff5e50ddf92a9b136a5034ac05'/>
<id>3e84290213a86eff5e50ddf92a9b136a5034ac05</id>
<content type='text'>
This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
https://github.com/ruby/rdoc/commit/f9ffe6684e2afeac65c62bf1a5a2fce729f21001

`abbrev` is no longer used anywhere, so this commit removes the require.

https://github.com/ruby/rdoc/commit/b76775f27d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
https://github.com/ruby/rdoc/commit/f9ffe6684e2afeac65c62bf1a5a2fce729f21001

`abbrev` is no longer used anywhere, so this commit removes the require.

https://github.com/ruby/rdoc/commit/b76775f27d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove dead code</title>
<updated>2022-06-28T12:24:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-28T11:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ccdcd81685cfedd31344690fdb0fd9fc001e3ca'/>
<id>5ccdcd81685cfedd31344690fdb0fd9fc001e3ca</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/f727854bd5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/f727854bd5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use command array form of `IO.popen` always</title>
<updated>2022-06-04T11:32:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-04T11:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5460675bbc5b56b422fce686493f87927620b8df'/>
<id>5460675bbc5b56b422fce686493f87927620b8df</id>
<content type='text'>
So that an exception raises by non-existent command, not via shell.

https://github.com/ruby/rdoc/commit/fd94dce69d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that an exception raises by non-existent command, not via shell.

https://github.com/ruby/rdoc/commit/fd94dce69d
</pre>
</div>
</content>
</entry>
</feed>
