Actions
Bug #21040
closedString#next! method does not mutate $& variable
Bug #21040:
String#next! method does not mutate $& variable
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [arm64-darwin24]
Description
String#next! method should mutate string and return mutated version. For some reason, using it on $& does not mutate it but still returns new version.
Steps to reproduce (2 different ways):
Actions