зеркало из https://github.com/github/ruby.git
[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:
Родитель
49b6dc8f07
Коммит
07df8a5d5e
|
@ -39,7 +39,6 @@
|
||||||
# $PROCESS_ID:: $$
|
# $PROCESS_ID:: $$
|
||||||
# $CHILD_STATUS:: $?
|
# $CHILD_STATUS:: $?
|
||||||
# $LAST_MATCH_INFO:: $~
|
# $LAST_MATCH_INFO:: $~
|
||||||
# $IGNORECASE:: $=
|
|
||||||
# $ARGV:: $*
|
# $ARGV:: $*
|
||||||
# $MATCH:: $&
|
# $MATCH:: $&
|
||||||
# $PREMATCH:: $`
|
# $PREMATCH:: $`
|
||||||
|
@ -151,9 +150,6 @@ alias $CHILD_STATUS $?
|
||||||
# scope.
|
# scope.
|
||||||
alias $LAST_MATCH_INFO $~
|
alias $LAST_MATCH_INFO $~
|
||||||
|
|
||||||
# This variable is no longer effective. Deprecated.
|
|
||||||
alias $IGNORECASE $=
|
|
||||||
|
|
||||||
# An array of strings containing the command-line
|
# An array of strings containing the command-line
|
||||||
# options from the invocation of the program. Options
|
# options from the invocation of the program. Options
|
||||||
# used by the Ruby interpreter will have been
|
# used by the Ruby interpreter will have been
|
||||||
|
|
Загрузка…
Ссылка в новой задаче