mutant icon indicating copy to clipboard operation
mutant copied to clipboard

Mutation idea: `foo.all? { |bar| bar == baz }` -> `foo.all?(baz)`

Open dgollahon opened this issue 3 years ago • 1 comments

dgollahon avatar Jun 14 '22 21:06 dgollahon

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.

mbj avatar Jun 17 '22 22:06 mbj