From bfec03f5fe5123175f079b4112c1f2ed5f95e5ae Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 31 Aug 2021 21:02:13 +0900 Subject: Match parens for hidden files parenthetical Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir.rb b/dir.rb index 803ba48485..202f899b00 100644 --- a/dir.rb +++ b/dir.rb @@ -230,7 +230,7 @@ class << File # \*c*:: Matches all files that have c in them # (including at the beginning or end). # - # To match hidden files (that start with a . set the + # To match hidden files (that start with a .) set the # File::FNM_DOTMATCH flag. # # **:: -- cgit v1.2.3