Release 3.2.5
- Simplify STR_EXPR terminal by using
\s+
instead of#{WS}
due to changes in Ruby 3.2 regular expressions. Fixes #45. - Change the way depth keyword argument is passed when used with **options.
- Address problem in results when adding a singleton method to a frozen result.