mutant v0.11.8 Release Notes
Release Date: 2022-04-25 // about 1 month ago-
Add inline mutant disable configuration. This allows individual subjects to be marked as disbled directly in the code.
Use:
class Something # mutant:disable def some_method end end
Previous changes from v0.11.7
-
Fix regexp mapper to do full, ruby version specific unicode property mapping.