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

Adds specs for Feature#16828 - Find Pattern #856

Merged
merged 2 commits into from
Oct 6, 2021

Conversation

baweaver
Copy link
Contributor

@baweaver baweaver commented Oct 6, 2021

Refers to #823

Adds specs for Feature#16828, the find pattern, ([1, 2, 3] in [*pre, 2, *post]) in Ruby 3.0+.

Refers to ruby#823

Adds specs for Feature#16828, the find pattern, (`[1, 2, 3] in [*pre, 2,
*post]`) in Ruby 3.0+.
Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

language/pattern_matching_spec.rb Outdated Show resolved Hide resolved
@eregon eregon merged commit 9597d4b into ruby:master Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants