Feature Requests: Browse | Submit New | Admin
The following mutations didn't cause test failures: --- original +++ mutation <snip> - is_foo = false + is_foo = nil <snip> Assigning is_foo to nil in the unmutated program avoids this problem.
Add A Comment: