[ruby/English] Remove `$IGNORECASE`

`$=` has been obsolete and has no effect since 1.9.

https://github.com/ruby/English/commit/121939695a
This commit is contained in:
Nobuyoshi Nakada 2023-11-06 17:29:03 +09:00 коммит произвёл git
Родитель 49b6dc8f07
Коммит 07df8a5d5e
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -39,7 +39,6 @@
# $PROCESS_ID:: $$
# $CHILD_STATUS:: $?
# $LAST_MATCH_INFO:: $~
# $IGNORECASE:: $=
# $ARGV:: $*
# $MATCH:: $&
# $PREMATCH:: $`
@ -151,9 +150,6 @@ alias $CHILD_STATUS $?
# scope.
alias $LAST_MATCH_INFO $~
# This variable is no longer effective. Deprecated.
alias $IGNORECASE $=
# An array of strings containing the command-line
# options from the invocation of the program. Options
# used by the Ruby interpreter will have been