Skip to content

[pull] master from ruby:master - #1398

Merged
pull[bot] merged 7 commits into
turkdevops:masterfrom
ruby:master
Sep 11, 2026
Merged

[pull] master from ruby:master#1398
pull[bot] merged 7 commits into
turkdevops:masterfrom
ruby:master

Conversation

@pull

@pull pull Bot commented Sep 11, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

matzbot and others added 7 commits September 11, 2026 06:58
[Feature #22238]

```ruby
"hello".tr("x" => "y")   #=> nil (should be "hello")
"hello".tr({})           #=> nil (should be "hello")

s = +"hello"
s.tr!("x" => "y")        #=> nil
s                        #=> "" (the receiver is emptied)

"0123456789abcdefghij".tr("h" => "H", "2" => "@")
```
* Exclude all external libraries that are not built-in.
* Exclude CRuby-specific extensions (all encodings, transcoders, and
  their databases).
* Do not remove directory names.
* Remove only the `.rb` or `.so` extensions.
@pull pull Bot locked and limited conversation to collaborators Sep 11, 2026
@pull pull Bot added the ⤵️ pull label Sep 11, 2026
@pull
pull Bot merged commit d6b4cbb into turkdevops:master Sep 11, 2026
1 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants