mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] TWeaks for String#delete!
This commit is contained in:
parent
e1bc92d00b
commit
b438915f0a
1 changed files with 3 additions and 2 deletions
5
string.c
5
string.c
|
@ -8866,9 +8866,10 @@ tr_find(unsigned int c, const char table[TR_TABLE_SIZE], VALUE del, VALUE nodel)
|
|||
* call-seq:
|
||||
* delete!(*selectors) -> self or nil
|
||||
*
|
||||
* Like String#delete, but modifies +self+ in place.
|
||||
* Returns +self+ if any changes were made, +nil+ otherwise.
|
||||
* Like String#delete, but modifies +self+ in place;
|
||||
* returns +self+ if any characters were deleted, +nil+ otherwise.
|
||||
*
|
||||
* Related: see {Modifying}[rdoc-ref:String@Modifying].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue