summaryrefslogtreecommitdiff
path: root/dir.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in dir documentation (#6002)Jaeson Lauritzen2022-06-101-1/+1
|
* Repair format for What's Here in Dir (#5737)Burdette Lamar2022-03-301-43/+43
|
* [DOC] prefer rdoc references over generated URLsNobuyoshi Nakada2022-02-191-7/+7
|
* Fix documentation for Dir.globJeremy Evans2022-01-041-1/+1
| | | | | | | Dir.glob("*", File::FNM_DOTMATCH) no longer includes ".." in the returned array as of Ruby 3.1. Fixes [Bug #18436]
* [DOC] Needs `call-seq` directives [ci skip]Nobuyoshi Nakada2021-11-051-0/+4
|
* [DOC] Markup the literal false, and constant [ci skip]Nobuyoshi Nakada2021-11-051-2/+2
|
* Links for What's Here sections (#4827)Burdette Lamar2021-09-131-1/+7
| | | Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others).
* Match parens for hidden files parentheticalHiroshi SHIBATA2021-08-311-1/+1
| | | | Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* [DOC] Fix a typo in Dir.fnmatchHenrik Nyh2021-08-271-1/+1
|
* [DOC] fixed the default value of flags [ci skip]Nobuyoshi Nakada2021-07-011-1/+1
|
* [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip]Nobuyoshi Nakada2021-07-011-14/+8
|
* [DOC] fix metacharacter markups [ci skip]Nobuyoshi Nakada2021-06-071-4/+4
|
* dir.rb: moved class rdoc from dir.cNobuyoshi Nakada2021-06-071-0/+76
|
* [DOC] Moved `File.fnmatch?` to dir.rbNobuyoshi Nakada2021-05-211-0/+98
| | | | So that no longer disturbed by C comment delimiters.
* [DOC] more precise description of "**" in Dir.glob pattern [ci skip]Nobuyoshi Nakada2020-10-271-1/+3
|
* [DOC] Expanded glob patterns for Dir.globNobuyoshi Nakada2020-10-261-9/+5
| | | | | No longer need to get rid of C block comments in builtin ruby script comments.
* [DOC] refined "**" description in `Dir.glob` [ci skip]Nobuyoshi Nakada2020-10-251-1/+1
| | | | | As same as the description for `File.fnmatch`. [Bug #17283]
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-5/+5
|
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-5/+5
|
* Moved `Dir.[]` to dir.rbNobuyoshi Nakada2020-04-061-0/+8
|
* Moved `Dir.glob` to dir.rbNobuyoshi Nakada2020-04-061-0/+93
|
* Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada2020-04-061-0/+37