Skip to content

Commit 1219396

Browse files
committed
Remove $IGNORECASE
`$=` has been obsolete and has no effect since 1.9.
1 parent c58ab90 commit 1219396

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/English.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
# $PROCESS_ID:: $$
4040
# $CHILD_STATUS:: $?
4141
# $LAST_MATCH_INFO:: $~
42-
# $IGNORECASE:: $=
4342
# $ARGV:: $*
4443
# $MATCH:: $&
4544
# $PREMATCH:: $`
@@ -151,9 +150,6 @@ module English end if false
151150
# scope.
152151
alias $LAST_MATCH_INFO $~
153152

154-
# This variable is no longer effective. Deprecated.
155-
alias $IGNORECASE $=
156-
157153
# An array of strings containing the command-line
158154
# options from the invocation of the program. Options
159155
# used by the Ruby interpreter will have been

0 commit comments

Comments
 (0)