We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
intersect?
disjoint?
Enumerable
Set
The text was updated successfully, but these errors were encountered:
Updated in #1595
Sorry, something went wrong.
No branches or pull requests
The
intersect?
anddisjoint?
methods on Set allow anyEnumerable
as an argument, as of Ruby 3.1, but the signatures here only allow aSet
argument.The text was updated successfully, but these errors were encountered: