Skip to content

Commit

Permalink
Remove $IGNORECASE
Browse files Browse the repository at this point in the history
`$=` has been obsolete and has no effect since 1.9.
  • Loading branch information
nobu committed Nov 6, 2023
1 parent c58ab90 commit 1219396
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/English.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# $PROCESS_ID:: $$
# $CHILD_STATUS:: $?
# $LAST_MATCH_INFO:: $~
# $IGNORECASE:: $=
# $ARGV:: $*
# $MATCH:: $&
# $PREMATCH:: $`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1219396

Please sign in to comment.