Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ruby/strscan] Prevent a warning "ambiguous first argument" during a
test (ruby/strscan#118) https://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20241128T153002Z.log.html.gz ``` /home/chkbuild/chkbuild/tmp/build/20241128T153002Z/ruby/test/strscan/test_stringscanner.rb:908: warning: ambiguous first argument; put parentheses or a space even after `-` operator ``` ruby/strscan@af3fd2f045