From 11d419ad1971bfeee904c240e8404ec73b11e73e Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 25 Aug 2017 15:47:04 +0000 Subject: `$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 --- lib/English.rb | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3