Skip to content

Commit

Permalink
$IGNORECASE is no longer effective. [ci skip]
Browse files Browse the repository at this point in the history
* lib/English.rb: [DOC] `$IGNORECASE` is no longer effective.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Aug 25, 2017
1 parent 20c5f60 commit 11d419a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/English.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ module English end if false
# scope.
alias $LAST_MATCH_INFO $~

# If set to any value apart from +nil+ or +false+, all pattern matches
# will be case insensitive, string comparisons will ignore case, and
# string hash values will be case insensitive. Deprecated
# This variable is no longer effective. Deprecated.
alias $IGNORECASE $=

# An array of strings containing the command-line
Expand Down

0 comments on commit 11d419a

Please sign in to comment.