From 717b3229580a2fa26d1267392a9f8d49a12fb768 Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 16 Jul 2005 06:25:38 +0000 Subject: fixed document system dependent (case sensitivity is 1.9 feature) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dir.c b/dir.c index 70c2589945..4a7025e428 100644 --- a/dir.c +++ b/dir.c @@ -1299,8 +1299,7 @@ dir_s_aref(obj, str) * string, either as an array or as parameters to the * block. Note that this pattern 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) + * the flags parameter. * * *:: Matches any file. Can be restricted by * other values in the glob. * -- cgit v1.2.3