summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-25 15:47:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-25 15:47:04 +0000
commit11d419ad1971bfeee904c240e8404ec73b11e73e (patch)
tree71d4bc6423a6289132963e6429cf14594492f6c9
parent20c5f60775b8691c3f41830da1534f7ec92edf40 (diff)
`$IGNORECASE` is no longer effective. [ci skip]
* lib/English.rb: [DOC] `$IGNORECASE` is no longer effective. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/English.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/English.rb b/lib/English.rb
index 4640f68613..a4f5bb6620 100644
--- a/lib/English.rb
+++ b/lib/English.rb
@@ -153,9 +153,7 @@ alias $CHILD_STATUS $?
# scope.
alias $LAST_MATCH_INFO $~
-# If set to any value apart from +nil+ or +false+, all pattern matches
-# will be case insensitive, string comparisons will ignore case, and
-# string hash values will be case insensitive. Deprecated
+# This variable is no longer effective. Deprecated.
alias $IGNORECASE $=
# An array of strings containing the command-line