Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dgollahon opened this issue Jun 14, 2022 · 1 comment
Open

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

dgollahon opened this issue Jun 14, 2022 · 1 comment
Labels

Comments

@dgollahon
Copy link
Sponsor Collaborator

No description provided.

@mbj
Copy link
Owner

mbj commented Jun 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants