Fix documentation of StringScanner#skip_until#196
Merged
kou merged 1 commit intoruby:masterfrom Mar 10, 2026
Merged
Conversation
matzbot
pushed a commit
to ruby/ruby
that referenced
this pull request
Mar 10, 2026
(ruby/strscan#196) I noticed this while working on #195. ruby/strscan@3dc627db11
tenderlove
added a commit
to tenderlove/strscan
that referenced
this pull request
Mar 10, 2026
* master: (119 commits) Fix documentation of StringScanner#skip_until (ruby#196) Bump actions/upload-artifact from 6 to 7 (ruby#191) [DOC] Fix links (ruby#190) ci: Don't run a job for Ruby 2.5 on Ubuntu (ruby#189) Bump version Add NEWS for 3.1.7 retain code-range upon string extraction + align with strscan.c (ruby#186) restore compatibility with JRuby < 10.0 (ruby#185) Bump version Fix versions in release note... Add 3.1.5 entry Bump actions/upload-artifact from 5 to 6 (ruby#181) Remove unnecessary actions/setup-java (ruby#155) [DOC] Avoid being interpreted as a link (ruby#180) [DOC] Fix broken link to helper methods (ruby#179) Bump actions/checkout from 5 to 6 (ruby#178) [DOC] Include lib/strscan Adjust op_dir to .gitignore [DOC] no doc for internal methods [DOC] Add document of StringScanner::Error ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I noticed this while working on #195.