From 121939695a01204b5268f4f7d7e125b89df51473 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 6 Nov 2023 17:29:03 +0900 Subject: [PATCH] Remove `$IGNORECASE` `$=` has been obsolete and has no effect since 1.9. --- lib/English.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/English.rb b/lib/English.rb index da50dfd..21acc38 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 @@ module English end if false # 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