summaryrefslogtreecommitdiff
path: root/dir.rb
AgeCommit message (Collapse)Author
2021-11-05[DOC] Needs `call-seq` directives [ci skip]Nobuyoshi Nakada
2021-11-05[DOC] Markup the literal false, and constant [ci skip]Nobuyoshi Nakada
2021-09-13Links for What's Here sections (#4827)Burdette Lamar
Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others). Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
2021-08-31Match parens for hidden files parentheticalHiroshi SHIBATA
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-08-27[DOC] Fix a typo in Dir.fnmatchHenrik Nyh
Notes: Merged: https://github.com/ruby/ruby/pull/4781
2021-07-01[DOC] fixed the default value of flags [ci skip]Nobuyoshi Nakada
2021-07-01[DOC] expanded `pattern`s in examples of File.fnmatch [ci skip]Nobuyoshi Nakada
2021-06-07[DOC] fix metacharacter markups [ci skip]Nobuyoshi Nakada
2021-06-07dir.rb: moved class rdoc from dir.cNobuyoshi Nakada
2021-05-21[DOC] Moved `File.fnmatch?` to dir.rbNobuyoshi Nakada
So that no longer disturbed by C comment delimiters. Notes: Merged: https://github.com/ruby/ruby/pull/4514
2020-10-27[DOC] more precise description of "**" in Dir.glob pattern [ci skip]Nobuyoshi Nakada
2020-10-26[DOC] Expanded glob patterns for Dir.globNobuyoshi Nakada
No longer need to get rid of C block comments in builtin ruby script comments.
2020-10-25[DOC] refined "**" description in `Dir.glob` [ci skip]Nobuyoshi Nakada
As same as the description for `File.fnmatch`. [Bug #17283]
2020-06-19[Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/3165
2020-06-19[Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/3165
2020-04-06Moved `Dir.[]` to dir.rbNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/3006
2020-04-06Moved `Dir.glob` to dir.rbNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/3006
2020-04-06Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/3006