1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Add String#delete_suffix and String#delete_suffix!

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sonots 2017-07-20 16:29:20 +00:00
parent 3f919fec77
commit 1da648310d

2
NEWS
View file

@ -92,6 +92,8 @@ with all sufficient information, see the ChangeLog file or Redmine
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