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
Родитель a826747ade
Коммит bfec03f5fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

2
dir.rb
Просмотреть файл

@ -230,7 +230,7 @@ class << File
# <code>\*c*</code>:: Matches all files that have <code>c</code> in them
# (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.
#
# <code>**</code>::