<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/irb, branch v3_0_0</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/irb] Version 1.3.0</title>
<updated>2020-12-24T16:29:18+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-24T16:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=32616229e3794ffba370fac0d385adc51a1baa94'/>
<id>32616229e3794ffba370fac0d385adc51a1baa94</id>
<content type='text'>
https://github.com/ruby/irb/commit/ec83280e66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/ec83280e66
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Try not to register the exact same measuring method twice</title>
<updated>2020-12-24T14:26:22+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-24T13:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=167dc37632300e0061351ab87ddc89ebe9c5f53f'/>
<id>167dc37632300e0061351ab87ddc89ebe9c5f53f</id>
<content type='text'>
https://github.com/ruby/irb/commit/cc66b5573e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/cc66b5573e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Change StdioInputMethod#eof? to non-blocking</title>
<updated>2020-12-23T13:08:30+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-23T11:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=28e9344fa49387ef84c71a72d1ba7e32b61cf4c7'/>
<id>28e9344fa49387ef84c71a72d1ba7e32b61cf4c7</id>
<content type='text'>
This fixes --inf-ruby-mode.

https://github.com/ruby/irb/commit/0e4a818955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes --inf-ruby-mode.

https://github.com/ruby/irb/commit/0e4a818955
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Suppress "shadowing outer" warning</title>
<updated>2020-12-23T12:26:25+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-23T12:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31bd17218515a20cf46951018d413b739935beba'/>
<id>31bd17218515a20cf46951018d413b739935beba</id>
<content type='text'>
https://github.com/ruby/irb/commit/8b83fbef69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/8b83fbef69
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctly</title>
<updated>2020-12-22T21:06:07+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-22T17:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=841d22ea479f37ab03d3f6c575997a2dd1b6d0a8'/>
<id>841d22ea479f37ab03d3f6c575997a2dd1b6d0a8</id>
<content type='text'>
Co-authored-by: manga_osyo &lt;manga.osyo@gmail.com&gt;
Co-authored-by: ima1zumi &lt;mariimaizumi5@gmail.com&gt;

https://github.com/ruby/irb/commit/c59a9be82f

https://github.com/ruby/reline/commit/a7922da16b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: manga_osyo &lt;manga.osyo@gmail.com&gt;
Co-authored-by: ima1zumi &lt;mariimaizumi5@gmail.com&gt;

https://github.com/ruby/irb/commit/c59a9be82f

https://github.com/ruby/reline/commit/a7922da16b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Make it possible to use measure even if it is installed as gem</title>
<updated>2020-12-22T21:06:07+00:00</updated>
<author>
<name>Takeru Naito</name>
<email>takeru.naito@gmail.com</email>
</author>
<published>2020-12-22T03:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=be5faa2519f1ab70eafd58caccbc3a8cba2718dc'/>
<id>be5faa2519f1ab70eafd58caccbc3a8cba2718dc</id>
<content type='text'>
Include the file that implements this command in the irb gem.

Co-Authored-By: scivola &lt;scivola@users.noreply.github.com&gt;

https://github.com/ruby/irb/commit/d8dfea5b57
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the file that implements this command in the irb gem.

Co-Authored-By: scivola &lt;scivola@users.noreply.github.com&gt;

https://github.com/ruby/irb/commit/d8dfea5b57
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Suppress "shadowing outer" warning</title>
<updated>2020-12-22T14:45:43+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-21T20:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b14abe8e7610e81e6bac7a4696cdcc24ca164c0'/>
<id>0b14abe8e7610e81e6bac7a4696cdcc24ca164c0</id>
<content type='text'>
https://github.com/ruby/irb/commit/27b149c599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/27b149c599
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Version 1.2.9</title>
<updated>2020-12-22T14:45:43+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-21T20:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fbcdcbff0de551321eee486bfbff9bd9288331d3'/>
<id>fbcdcbff0de551321eee486bfbff9bd9288331d3</id>
<content type='text'>
https://github.com/ruby/irb/commit/9668e5fe6b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/9668e5fe6b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Support arg for measure command</title>
<updated>2020-12-22T14:45:43+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-21T19:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4131cd05be4c00e2d6740d1619711e574cd731af'/>
<id>4131cd05be4c00e2d6740d1619711e574cd731af</id>
<content type='text'>
https://github.com/ruby/irb/commit/b43f35d8f3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/b43f35d8f3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Change variables handling for compatibility</title>
<updated>2020-12-22T14:45:43+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-21T19:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47b26795d06ea13d646edddd51470d9a6cd377b4'/>
<id>47b26795d06ea13d646edddd51470d9a6cd377b4</id>
<content type='text'>
https://github.com/ruby/irb/commit/26fd1a75cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/26fd1a75cf
</pre>
</div>
</content>
</entry>
</feed>
