mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Adjusted spacing [ci skip]
This commit is contained in:
parent
37b96d6773
commit
60bdf03b6d
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -3261,7 +3261,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc)
|
|||
* File.fnmatch('**.rb', 'main.rb') #=> true
|
||||
* File.fnmatch('**.rb', './main.rb') #=> false
|
||||
* File.fnmatch('**.rb', 'lib/song.rb') #=> true
|
||||
* File.fnmatch('*', 'dave/.profile') #=> true
|
||||
* File.fnmatch('*', 'dave/.profile') #=> true
|
||||
*
|
||||
* pattern = '*' '/' '*'
|
||||
* File.fnmatch(pattern, 'dave/.profile', File::FNM_PATHNAME) #=> false
|
||||
|
|
Loading…
Reference in a new issue