Match parens for hidden files parenthetical

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Hiroshi SHIBATA 2021-08-31 21:02:13 +09:00
parent a826747ade
commit bfec03f5fe
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

2
dir.rb
View file

@ -230,7 +230,7 @@ class << File
# <code>\*c*</code>:: Matches all files that have <code>c</code> in them # <code>\*c*</code>:: Matches all files that have <code>c</code> in them
# (including at the beginning or end). # (including at the beginning or end).
# #
# To match hidden files (that start with a <code>.</code> set the # To match hidden files (that start with a <code>.</code>) set the
# File::FNM_DOTMATCH flag. # File::FNM_DOTMATCH flag.
# #
# <code>**</code>:: # <code>**</code>::