mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue