<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/dir.rb, 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>fix typo in dir documentation (#6002)</title>
<updated>2022-06-11T05:22:16+00:00</updated>
<author>
<name>Jaeson Lauritzen</name>
<email>80929711+auricbot@users.noreply.github.com</email>
</author>
<published>2022-06-11T05:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e1788e180cdcb370ac85152842e14eaf482dd59'/>
<id>7e1788e180cdcb370ac85152842e14eaf482dd59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair format for What's Here in Dir (#5737)</title>
<updated>2022-03-30T19:14:36+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-03-30T19:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0cb43034b416aaf28bf57ee34bc095fdcb659f33'/>
<id>0cb43034b416aaf28bf57ee34bc095fdcb659f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] prefer rdoc references over generated URLs</title>
<updated>2022-02-19T06:14:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-19T06:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dfa17f46a899ed6d3bef1bb61642ffa62b5e00ec'/>
<id>dfa17f46a899ed6d3bef1bb61642ffa62b5e00ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation for Dir.glob</title>
<updated>2022-01-04T20:38:50+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2022-01-04T20:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5917f49ad03cd3b2c13d3eea85c969a113b83bf8'/>
<id>5917f49ad03cd3b2c13d3eea85c969a113b83bf8</id>
<content type='text'>
Dir.glob("*", File::FNM_DOTMATCH) no longer includes ".." in the
returned array as of Ruby 3.1.

Fixes [Bug #18436]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dir.glob("*", File::FNM_DOTMATCH) no longer includes ".." in the
returned array as of Ruby 3.1.

Fixes [Bug #18436]
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Needs `call-seq` directives [ci skip]</title>
<updated>2021-11-05T00:58:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-05T00:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3812e6ce61a8a84aee12aec00e879780a8470eb'/>
<id>f3812e6ce61a8a84aee12aec00e879780a8470eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Markup the literal false, and constant [ci skip]</title>
<updated>2021-11-05T00:58:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-04T23:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53e2bba0dd9b3e86aa5e8d40a62c3b12a16ac6b3'/>
<id>53e2bba0dd9b3e86aa5e8d40a62c3b12a16ac6b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Links for What's Here sections (#4827)</title>
<updated>2021-09-13T15:37:15+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-09-13T15:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=94dea77cd6d16f85fabbeb53e12accf37e5f6159'/>
<id>94dea77cd6d16f85fabbeb53e12accf37e5f6159</id>
<content type='text'>
Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others).</pre>
</div>
</content>
</entry>
<entry>
<title>Match parens for hidden files parenthetical</title>
<updated>2021-08-31T12:02:13+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-08-31T12:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bfec03f5fe5123175f079b4112c1f2ed5f95e5ae'/>
<id>bfec03f5fe5123175f079b4112c1f2ed5f95e5ae</id>
<content type='text'>
Co-authored-by: Josh Soref &lt;2119212+jsoref@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Josh Soref &lt;2119212+jsoref@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix a typo in Dir.fnmatch</title>
<updated>2021-08-27T00:16:25+00:00</updated>
<author>
<name>Henrik Nyh</name>
<email>henrik@nyh.se</email>
</author>
<published>2021-08-26T11:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19ab24a064fe69fce84c0339eed2d59d0e874869'/>
<id>19ab24a064fe69fce84c0339eed2d59d0e874869</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] fixed the default value of flags [ci skip]</title>
<updated>2021-07-01T05:45:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-07-01T05:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9ca30516605e4fb3aaaaa268a6542635736ba1e4'/>
<id>9ca30516605e4fb3aaaaa268a6542635736ba1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
