Skip to content

Update docs for String#split #13153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2025
Merged

Update docs for String#split #13153

merged 2 commits into from
Apr 23, 2025

Conversation

dcr8898
Copy link
Contributor

@dcr8898 dcr8898 commented Apr 23, 2025

Highlight the performance advantages of calling String.split with a block, instead of String.split.each with the same block.

Includes other minor formatting corrections.

Highlight the performance advantages of calling String.split with a block, instead of String.split.each with the same block.

Includes other minor formatting corrections.
@github-actions github-actions bot added the Documentation Improvements to documentation. label Apr 23, 2025
Copy link

launchable-app bot commented Apr 23, 2025

All Tests passed!

✖️no tests failed ✔️61873 tests passed(2 flakes)

Remove unneeded comma and improve language.
@nobu nobu merged commit 6029781 into ruby:master Apr 23, 2025
25 checks passed
@dcr8898 dcr8898 deleted the patch-1 branch April 23, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements to documentation.
Development

Successfully merging this pull request may close these issues.

2 participants