<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/README.md, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 15ee9c7c1b693f29b6b2dbe7b47488bf154e481c:</title>
<updated>2024-06-03T10:57:28+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-06-03T10:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9a9035b98526b8b50587ab7959cc1d2292f5b7f'/>
<id>f9a9035b98526b8b50587ab7959cc1d2292f5b7f</id>
<content type='text'>
	[DOC] README.md: Remove Cirrus CI badge image. (#8785)

	We removed the `.cirrus.yml` at the commit
	&lt;01b5d1d2ff6ca91b2909dfa67295f59b53e6f065&gt;.
	Let's remove the badge image too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[DOC] README.md: Remove Cirrus CI badge image. (#8785)

	We removed the `.cirrus.yml` at the commit
	&lt;01b5d1d2ff6ca91b2909dfa67295f59b53e6f065&gt;.
	Let's remove the badge image too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert wrong sync in 9aa18f61f297fcb2ee0cbd4be0772607745274b7 [ci skip]</title>
<updated>2022-12-06T02:18:59+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2022-12-06T02:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=80bd9c64aaca7192aba3076401e7207c65502139'/>
<id>80bd9c64aaca7192aba3076401e7207c65502139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Allow disabling autocompletion with</title>
<updated>2022-12-06T00:53:32+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2022-12-06T00:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9aa18f61f297fcb2ee0cbd4be0772607745274b7'/>
<id>9aa18f61f297fcb2ee0cbd4be0772607745274b7</id>
<content type='text'>
`IRB_USE_AUTOCOMPLETE=false`
(https://github.com/ruby/irb/pull/469)

* Allow using IRB_USE_AUTOCOMPLETE=false to disable autocompletion

Currently, the only 2 ways to disable autocompletion are:

1. Create `.irbrc` and set `IRB.conf[:USE_AUTOCOMPLETE] = false`
2. Add the `--noautocomplete` flag when using the `irb` executable

Both of them are less convenient than setting a env var and are
lesser known to devs.

And given the number of problems the autocompletion has (see #445), I
think we should allow disabling it with a simple `IRB_USE_AUTOCOMPLETE=false`.

* Mention some env var configs in the README</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`IRB_USE_AUTOCOMPLETE=false`
(https://github.com/ruby/irb/pull/469)

* Allow using IRB_USE_AUTOCOMPLETE=false to disable autocompletion

Currently, the only 2 ways to disable autocompletion are:

1. Create `.irbrc` and set `IRB.conf[:USE_AUTOCOMPLETE] = false`
2. Add the `--noautocomplete` flag when using the `irb` executable

Both of them are less convenient than setting a env var and are
lesser known to devs.

And given the number of problems the autocompletion has (see #445), I
think we should allow disabling it with a simple `IRB_USE_AUTOCOMPLETE=false`.

* Mention some env var configs in the README</pre>
</div>
</content>
</entry>
<entry>
<title>Revert wrong sync in 5958c305e5 [ci skip]</title>
<updated>2022-11-20T22:22:41+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-11-20T22:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bbc4cf5f76c0e17e645ba81ae0b3625c8cbfc4c4'/>
<id>bbc4cf5f76c0e17e645ba81ae0b3625c8cbfc4c4</id>
<content type='text'>
sync_default_gems.rb sometimes syncs too much.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sync_default_gems.rb sometimes syncs too much.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)</title>
<updated>2022-11-20T04:47:54+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2022-11-20T04:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=180ed611b238db48db9feb1449c4e3b563d2dce0'/>
<id>180ed611b238db48db9feb1449c4e3b563d2dce0</id>
<content type='text'>
* Add edit command

* Make find_source a public singleton method

* Add document for the edit command

* Make find_end private

* Remove duplicated private

https://github.com/ruby/irb/commit/4321674aa7
Co-authored-by: Takashi Kokubun &lt;takashikkbn@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add edit command

* Make find_source a public singleton method

* Add document for the edit command

* Make find_end private

* Remove duplicated private

https://github.com/ruby/irb/commit/4321674aa7
Co-authored-by: Takashi Kokubun &lt;takashikkbn@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Document a full list of commands</title>
<updated>2022-11-19T22:14:44+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-11-19T22:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5958c305e527460465bdbd43e59b2da26d4cfbfb'/>
<id>5958c305e527460465bdbd43e59b2da26d4cfbfb</id>
<content type='text'>
(https://github.com/ruby/irb/pull/451)

* Document a full list of commands

* Document debug as well

* Make it less duplicated</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/451)

* Document a full list of commands

* Document debug as well

* Make it less duplicated</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to how to build Ruby</title>
<updated>2022-09-14T08:30:10+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2022-09-14T08:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d66b29ccfbedb8d669ebfed19888f9ba22a48b75'/>
<id>d66b29ccfbedb8d669ebfed19888f9ba22a48b75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update "Reporting Issues" link in the README</title>
<updated>2022-06-08T08:49:56+00:00</updated>
<author>
<name>Alexander Ilyin</name>
<email>alexander.ilyin11@gmail.com</email>
</author>
<published>2022-06-08T08:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6a6531d3e0d39d44f80947672e701d2d7d6dd406'/>
<id>6a6531d3e0d39d44f80947672e701d2d7d6dd406</id>
<content type='text'>
This link is broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This link is broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed subversion section because there is no active branch for svn.</title>
<updated>2022-05-19T06:48:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-05-19T06:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ee3b61a44fe73dc577f84d27a1de5dfca548a04e'/>
<id>ee3b61a44fe73dc577f84d27a1de5dfca548a04e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* remove trailing spaces. [ci skip]</title>
<updated>2022-05-12T19:20:03+00:00</updated>
<author>
<name>git</name>
<email>svn-admin@ruby-lang.org</email>
</author>
<published>2022-05-12T19:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14ae97ded37f9474feccbfb345735b8240c2776c'/>
<id>14ae97ded37f9474feccbfb345735b8240c2776c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
