From 07df8a5d5ee725eee00632717ea4deead5fc783b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 6 Nov 2023 17:29:03 +0900 Subject: [PATCH] [ruby/English] Remove `$IGNORECASE` `$=` has been obsolete and has no effect since 1.9. https://github.com/ruby/English/commit/121939695a --- lib/English.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/English.rb b/lib/English.rb index da50dfdc29..21acc38944 100644 --- a/lib/English.rb +++ b/lib/English.rb @@ -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