From e880d075f847ff17e1bc77301a9ed363fb40525b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 25 Oct 2020 20:52:46 +0900 Subject: [DOC] refined "**" description in `Dir.glob` [ci skip] As same as the description for `File.fnmatch`. [Bug #17283] --- dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir.rb b/dir.rb index 7eacc66fc7..f0636595f3 100644 --- a/dir.rb +++ b/dir.rb @@ -81,7 +81,7 @@ class Dir # File::FNM_DOTMATCH flag or something like "{*,.*}". # # **:: - # Matches directories recursively. + # Matches directories recursively or files expansively. # # ?:: # Matches any one character. Equivalent to /.{1}/ in regexp. -- cgit v1.2.3