mutant
mutant copied to clipboard
Mutation idea: `foo.all? { |bar| bar == baz }` -> `foo.all?(baz)`
This one is "hard" to do in the traditional direct recursion emitter. But would be an easy pattern match ;) Cant wait to extend that system.