ruby-changes:47542
From: kazu <ko1@a...>
Date: Sat, 26 Aug 2017 00:47:09 +0900 (JST)
Subject: [ruby-changes:47542] kazu:r59658 (trunk): `$IGNORECASE` is no longer effective. [ci skip]
kazu 2017-08-26 00:47:04 +0900 (Sat, 26 Aug 2017) New Revision: 59658 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59658 Log: `$IGNORECASE` is no longer effective. [ci skip] * lib/English.rb: [DOC] `$IGNORECASE` is no longer effective. Modified files: trunk/lib/English.rb Index: lib/English.rb =================================================================== --- lib/English.rb (revision 59657) +++ lib/English.rb (revision 59658) @@ -153,9 +153,7 @@ alias $CHILD_STATUS $? https://github.com/ruby/ruby/blob/trunk/lib/English.rb#L153 # 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/