mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] refined "**" description in Dir.glob [ci skip]
As same as the description for `File.fnmatch`. [Bug #17283]
This commit is contained in:
parent
8d22dd8cb8
commit
e880d075f8
2
dir.rb
2
dir.rb
@ -81,7 +81,7 @@ class Dir
|
||||
# File::FNM_DOTMATCH flag or something like <code>"{*,.*}"</code>.
|
||||
#
|
||||
# <code>**</code>::
|
||||
# Matches directories recursively.
|
||||
# Matches directories recursively or files expansively.
|
||||
#
|
||||
# <code>?</code>::
|
||||
# Matches any one character. Equivalent to <code>/.{1}/</code> in regexp.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user