[前][次][番号順一覧][スレッド一覧]

ruby-changes:44859

From: kazu <ko1@a...>
Date: Wed, 30 Nov 2016 00:31:21 +0900 (JST)
Subject: [ruby-changes:44859] kazu:r56932 (trunk): NEWS: Add String/Symbol#casecmp? [Feature #12786]

kazu	2016-11-30 00:31:16 +0900 (Wed, 30 Nov 2016)

  New Revision: 56932

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56932

  Log:
    NEWS: Add String/Symbol#casecmp? [Feature #12786]
    
    [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56931)
+++ NEWS	(revision 56932)
@@ -140,6 +140,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L140
 
 * String
 
+  * String#casecmp? [Feature #12786]
+
   * String#upcase, String#downcase, String#capitalize, String#swapcase and
     their bang variants work for all of Unicode, and are no longer limited
     to ASCII. Supported encodings are UTF-8, UTF-16BE/LE, UTF-32BE/LE, and
@@ -153,6 +155,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L155
 
 * Symbol
 
+  * Symbol#casecmp? [Feature #12786]
+
   * Symbol#match now returns MatchData.  [Bug #11991]
 
   * Symbol#upcase, Symbol#downcase, Symbol#capitalize, and Symbol#swapcase now

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]