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

ruby-changes:47264

From: sonots <ko1@a...>
Date: Fri, 21 Jul 2017 01:29:30 +0900 (JST)
Subject: [ruby-changes:47264] sonots:r59379 (trunk): NEWS: Add String#delete_suffix and String#delete_suffix!

sonots	2017-07-21 01:29:20 +0900 (Fri, 21 Jul 2017)

  New Revision: 59379

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

  Log:
    NEWS: Add String#delete_suffix and String#delete_suffix!

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 59378)
+++ NEWS	(revision 59379)
@@ -92,6 +92,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L92
     instead of raising a TypeError. [Bug #13312]
   * String#delete_prefix is added to remove prefix [Feature #12694]
   * String#delete_prefix! is added to remove prefix destructively [Feature #12694]
+  * String#delete_suffix is added to remove suffix [Feature #13665]
+  * String#delete_suffix! is added to remove suffix destructively [Feature #13665]
 
 * Thread
 

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

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