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

Implement Array#intersect? #2831

Closed
nirvdrum opened this issue Jan 17, 2023 · 1 comment · Fixed by #2832 or #2834
Closed

Implement Array#intersect? #2831

nirvdrum opened this issue Jan 17, 2023 · 1 comment · Fixed by #2832 or #2834

Comments

@nirvdrum
Copy link
Collaborator

Ruby 3.1 introduced the Array#intersect? core library method. I'm trying to run a project that targets Ruby 3.1 and uses this method. Its absence is a blocker on TruffleRuby.

@eregon
Copy link
Member

eregon commented Jan 18, 2023

@andrykonchin is already working on Array#intersect? as written in #2733

@eregon eregon linked a pull request Jan 18, 2023 that will close this issue
@eregon eregon added this to the 23.0.0 Release milestone Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants