Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in dir documentation (#6002) | Jaeson Lauritzen | 2022-06-10 | 1 | -1/+1 |
| | |||||
* | Repair format for What's Here in Dir (#5737) | Burdette Lamar | 2022-03-30 | 1 | -43/+43 |
| | |||||
* | [DOC] prefer rdoc references over generated URLs | Nobuyoshi Nakada | 2022-02-19 | 1 | -7/+7 |
| | |||||
* | Fix documentation for Dir.glob | Jeremy Evans | 2022-01-04 | 1 | -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 Nakada | 2021-11-05 | 1 | -0/+4 |
| | |||||
* | [DOC] Markup the literal false, and constant [ci skip] | Nobuyoshi Nakada | 2021-11-05 | 1 | -2/+2 |
| | |||||
* | Links for What's Here sections (#4827) | Burdette Lamar | 2021-09-13 | 1 | -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 parenthetical | Hiroshi SHIBATA | 2021-08-31 | 1 | -1/+1 |
| | | | | Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
* | [DOC] Fix a typo in Dir.fnmatch | Henrik Nyh | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | [DOC] fixed the default value of flags [ci skip] | Nobuyoshi Nakada | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip] | Nobuyoshi Nakada | 2021-07-01 | 1 | -14/+8 |
| | |||||
* | [DOC] fix metacharacter markups [ci skip] | Nobuyoshi Nakada | 2021-06-07 | 1 | -4/+4 |
| | |||||
* | dir.rb: moved class rdoc from dir.c | Nobuyoshi Nakada | 2021-06-07 | 1 | -0/+76 |
| | |||||
* | [DOC] Moved `File.fnmatch?` to dir.rb | Nobuyoshi Nakada | 2021-05-21 | 1 | -0/+98 |
| | | | | So that no longer disturbed by C comment delimiters. | ||||
* | [DOC] more precise description of "**" in Dir.glob pattern [ci skip] | Nobuyoshi Nakada | 2020-10-27 | 1 | -1/+3 |
| | |||||
* | [DOC] Expanded glob patterns for Dir.glob | Nobuyoshi Nakada | 2020-10-26 | 1 | -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 Nakada | 2020-10-25 | 1 | -1/+1 |
| | | | | | As same as the description for `File.fnmatch`. [Bug #17283] | ||||
* | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -5/+5 |
| | |||||
* | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -5/+5 |
| | |||||
* | Moved `Dir.[]` to dir.rb | Nobuyoshi Nakada | 2020-04-06 | 1 | -0/+8 |
| | |||||
* | Moved `Dir.glob` to dir.rb | Nobuyoshi Nakada | 2020-04-06 | 1 | -0/+93 |
| | |||||
* | Moved `Dir.open` and `Dir#initialize` to dir.rb | Nobuyoshi Nakada | 2020-04-06 | 1 | -0/+37 |