summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 23:38:31 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 23:38:31 +0000
commit1f2478a7e6dadc4085e631c9203a50f9f0389f4c (patch)
treebe36956a9854597f15a5d7e026f237108ed813f0 /dir.c
parent0de3c24ea2b82d1ae8114da19e1075a2e4ea1be7 (diff)
* 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
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index f8ad02d205..128e2c8c8f 100644
--- a/dir.c
+++ b/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>