mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Match parens for hidden files parenthetical
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a826747ade
commit
bfec03f5fe
1 changed files with 1 additions and 1 deletions
2
dir.rb
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>::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue