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

Set#intersect?, Set#disjoint? signatures are too narrow #1483

Closed
silby opened this issue Aug 29, 2023 · 1 comment
Closed

Set#intersect?, Set#disjoint? signatures are too narrow #1483

silby opened this issue Aug 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@silby
Copy link

silby commented Aug 29, 2023

The intersect? and disjoint? methods on Set allow any Enumerable as an argument, as of Ruby 3.1, but the signatures here only allow a Set argument.

@soutaro soutaro added the bug Something isn't working label Oct 27, 2023
@soutaro soutaro mentioned this issue Nov 2, 2023
@soutaro
Copy link
Member

soutaro commented Nov 3, 2023

Updated in #1595

@soutaro soutaro closed this as completed Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants