From 1f2478a7e6dadc4085e631c9203a50f9f0389f4c Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 27 Jun 2011 23:38:31 +0000 Subject: [PATCH] * 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 --- dir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * File::fnmatch for the meaning of the flags * parameter. Note that case sensitivity depends on your system (so - * File::FNM_CASEFOLD is ignored) + * File::FNM_CASEFOLD is ignored), as does the order + * in which the results are returned. * * *:: Matches any file. Can be restricted by * other values in the glob. *