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

Fix keyword parameters in ruby 3.2 #849

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matteomanzo
Copy link

The array argument will capture a Hash as the last entry if keywords were provided by the caller after all positional arguments.

Reference: https://docs.ruby-lang.org/en/3.2/syntax/methods_rdoc.html#label-Array-2FHash+Argument

See also #844

matteomanzo and others added 2 commits April 29, 2024 13:46
The array argument will capture a Hash as the last entry if keywords
were provided by the caller after all positional arguments.

Reference: https://docs.ruby-lang.org/en/3.2/syntax/methods_rdoc.html#label-Array-2FHash+Argument
Copy link

codeclimate bot commented Apr 29, 2024

Code Climate has analyzed commit fba7e16 and detected 0 issues on this pull request.

View more on Code Climate.

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

Successfully merging this pull request may close these issues.

None yet

1 participant