<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/parser/ruby.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rdoc] [DOC] Add missing documents</title>
<updated>2023-12-15T15:26:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-15T10:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e15d690db147fb059a48f87bf639fdf0c006a22b'/>
<id>e15d690db147fb059a48f87bf639fdf0c006a22b</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/e4c90340d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/e4c90340d0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Fix polynominal backtracking</title>
<updated>2023-04-29T16:55:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-28T14:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=85a9fd1902e2eba7910aa7490a8f09560dff451f'/>
<id>85a9fd1902e2eba7910aa7490a8f09560dff451f</id>
<content type='text'>
Fix https://github.com/ruby/rdoc/pull/995

https://github.com/ruby/rdoc/commit/adfa7db5b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://github.com/ruby/rdoc/pull/995

https://github.com/ruby/rdoc/commit/adfa7db5b9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Fix RDoc::Parser::Ruby not being documented</title>
<updated>2023-02-21T10:32:14+00:00</updated>
<author>
<name>Étienne Barrié</name>
<email>etienne.barrie@gmail.com</email>
</author>
<published>2023-02-07T12:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc101f0fc1772e85ee074fe78a6b672dc5f175c5'/>
<id>bc101f0fc1772e85ee074fe78a6b672dc5f175c5</id>
<content type='text'>
The calls to require prevent the class from being documented.

https://github.com/ruby/rdoc/commit/76283fc42e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The calls to require prevent the class from being documented.

https://github.com/ruby/rdoc/commit/76283fc42e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Pull up handle_tab_width to RDoc::Parser</title>
<updated>2022-11-27T16:35:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-12-08T14:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1b67c58f41a9387d762afffa09c27ced8245c0f6'/>
<id>1b67c58f41a9387d762afffa09c27ced8245c0f6</id>
<content type='text'>
To share with the duplicate code in RDoc::Parser::Ruby#initialize.

https://github.com/ruby/rdoc/commit/27829ac119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To share with the duplicate code in RDoc::Parser::Ruby#initialize.

https://github.com/ruby/rdoc/commit/27829ac119
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Skip parentheses on singleton class declaration</title>
<updated>2022-02-09T09:45:05+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2022-02-08T12:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cbd54cba03d0a0ecae1df590ca78751362fda826'/>
<id>cbd54cba03d0a0ecae1df590ca78751362fda826</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/b6c6d4f978
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/b6c6d4f978
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support ActiveSupport::Concern.included</title>
<updated>2021-07-05T02:34:29+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-06-29T11:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=caa123b50e12c5ea95763d7661adb6096e48df21'/>
<id>caa123b50e12c5ea95763d7661adb6096e48df21</id>
<content type='text'>
ref. https://github.com/rails/rails/blob/168ddaa08a63cd956bb7c3ba10be1a7ae36d4ee2/activerecord/lib/active_record/core.rb#L9-L20

https://github.com/ruby/rdoc/commit/a2d651dade

Co-authored-by: Fumiaki MATSUSHIMA &lt;mtsmfm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref. https://github.com/rails/rails/blob/168ddaa08a63cd956bb7c3ba10be1a7ae36d4ee2/activerecord/lib/active_record/core.rb#L9-L20

https://github.com/ruby/rdoc/commit/a2d651dade

Co-authored-by: Fumiaki MATSUSHIMA &lt;mtsmfm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support newline in the middle of constant definition</title>
<updated>2019-12-23T22:58:53+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-23T22:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=adc9b3ca7f4e75e368731fe8a7092ce078bcec04'/>
<id>adc9b3ca7f4e75e368731fe8a7092ce078bcec04</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/74d3984324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/74d3984324
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Treat Proc#call syntax sugar for constant correctly</title>
<updated>2019-12-23T22:58:53+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-23T22:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e50e55269358520dc55595a9c3e074d351d96b66'/>
<id>e50e55269358520dc55595a9c3e074d351d96b66</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/957d041ae0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/957d041ae0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ghost method line no</title>
<updated>2019-11-27T23:19:05+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-11-27T02:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2d0a1a1869e601dc0d50a86a89fe98edcbd24f09'/>
<id>2d0a1a1869e601dc0d50a86a89fe98edcbd24f09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/rdoc/parser/ruby.rb: Avoid `.chars.to_a.last`</title>
<updated>2019-08-16T02:36:47+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-16T02:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd41378ef906c279ee925a0f5d6ba3bf606953db'/>
<id>cd41378ef906c279ee925a0f5d6ba3bf606953db</id>
<content type='text'>
The code creates a lot of useless objects.
Instead, using a regexp is shorter and faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code creates a lot of useless objects.
Instead, using a regexp is shorter and faster.
</pre>
</div>
</content>
</entry>
</feed>
