This release brings better compatibility with Ruby 4.0 and some new features.
Features
Some new Ruby 4.0 core APIs are added:
Array#rfind.String#stripw/ selectors (e.g.,"R1u2b3y4".strip("0-4") #=> Ruby).- Updated
Enumerator.produceto support the newsize:argument.
Fixes
- Upgraded
itrewriter to better work with Prism and use local variables instead of...