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:
parent
20c5f60775
commit
11d419ad19
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue