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:
parent
3f919fec77
commit
1da648310d
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue