mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* dir.c: Make RDoc more precise about order of Dir.glob
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0de3c24ea2
commit
1f2478a7e6
1 changed files with 2 additions and 1 deletions
3
dir.c
3
dir.c
|
@ -1750,7 +1750,8 @@ dir_s_aref(int argc, VALUE *argv, VALUE obj)
|
|||
* is not a regexp (it's closer to a shell glob). See
|
||||
* <code>File::fnmatch</code> for the meaning of the <i>flags</i>
|
||||
* parameter. Note that case sensitivity depends on your system (so
|
||||
* <code>File::FNM_CASEFOLD</code> is ignored)
|
||||
* <code>File::FNM_CASEFOLD</code> is ignored), as does the order
|
||||
* in which the results are returned.
|
||||
*
|
||||
* <code>*</code>:: Matches any file. Can be restricted by
|
||||
* other values in the glob. <code>*</code>
|
||||
|
|
Loading…
Reference in a new issue