1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Nobuyoshi Nakada
dfa17f46a8
[DOC] prefer rdoc references over generated URLs 2022-02-19 15:14:01 +09:00
Jeremy Evans
5917f49ad0 Fix documentation for Dir.glob
Dir.glob("*", File::FNM_DOTMATCH) no longer includes ".." in the
returned array as of Ruby 3.1.

Fixes [Bug #18436]
2022-01-04 12:38:50 -08:00
Nobuyoshi Nakada
f3812e6ce6
[DOC] Needs call-seq directives [ci skip] 2021-11-05 09:58:46 +09:00
Nobuyoshi Nakada
53e2bba0dd
[DOC] Markup the literal false, and constant [ci skip] 2021-11-05 09:58:45 +09:00
Burdette Lamar
94dea77cd6
Links for What's Here sections (#4827)
Makes What's Here sections in Time and Dir link to What's Here for super and included modules (like all the others).
2021-09-13 10:37:15 -05:00
Hiroshi SHIBATA
bfec03f5fe
Match parens for hidden files parenthetical
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-08-31 21:02:13 +09:00
Henrik Nyh
19ab24a064 [DOC] Fix a typo in Dir.fnmatch 2021-08-27 09:16:25 +09:00
Nobuyoshi Nakada
9ca3051660
[DOC] fixed the default value of flags [ci skip] 2021-07-01 14:45:47 +09:00
Nobuyoshi Nakada
9692aeedf1
[DOC] expanded patterns in examples of File.fnmatch [ci skip] 2021-07-01 14:45:47 +09:00
Nobuyoshi Nakada
26fcec5ae5
[DOC] fix metacharacter markups [ci skip] 2021-06-07 20:44:05 +09:00
Nobuyoshi Nakada
4bd538e847
dir.rb: moved class rdoc from dir.c 2021-06-07 20:44:05 +09:00
Nobuyoshi Nakada
a35d137a37 [DOC] Moved File.fnmatch? to dir.rb
So that no longer disturbed by C comment delimiters.
2021-05-21 09:01:01 +09:00
Nobuyoshi Nakada
135d369096
[DOC] more precise description of "**" in Dir.glob pattern [ci skip] 2020-10-27 08:55:10 +09:00
Nobuyoshi Nakada
507af75415
[DOC] Expanded glob patterns for Dir.glob
No longer need to get rid of C block comments in builtin ruby
script comments.
2020-10-26 09:09:45 +09:00
Nobuyoshi Nakada
e880d075f8
[DOC] refined "**" description in Dir.glob [ci skip]
As same as the description for `File.fnmatch`.
[Bug #17283]
2020-10-25 21:24:23 +09:00
Nobuyoshi Nakada
63aadc237f [Feature #16254] Use Primitive.func style 2020-06-19 18:46:55 +09:00
Nobuyoshi Nakada
d863f4bccd [Feature #16254] Use __builtin.func style 2020-06-19 18:46:55 +09:00
Nobuyoshi Nakada
827e88119c Moved Dir.[] to dir.rb 2020-04-06 22:22:25 +09:00
Nobuyoshi Nakada
60e25e37d4 Moved Dir.glob to dir.rb 2020-04-06 22:22:25 +09:00
Nobuyoshi Nakada
310054b240 Moved Dir.open and Dir#initialize to dir.rb 2020-04-06 22:22:25 +09:00