Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: catch ruby3.3 format NoMethodError message (#1579)
ruby3.3.0dev changes the error messages on NoMethodError with the following commit / issue: ruby/ruby#6950 https://bugs.ruby-lang.org/issues/18285 So to catch this new NoMethodError message, modify regex accordingly. Fixes #1578 .
- Loading branch information