1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

$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
This commit is contained in:
kazu 2017-08-25 15:47:04 +00:00
parent 20c5f60775
commit 11d419ad19

View file

@ -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