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 spec for non-symbol keyword argument #798

Merged
merged 1 commit into from
Oct 12, 2020

Conversation

moofkit
Copy link
Contributor

@moofkit moofkit commented Oct 12, 2020

Solving #745

Non-symbols are allowed as keyword argument keys if the method accepts
arbitrary keywords. Feature #14183

Non-Symbol keys in a keyword arguments hash were prohibited in 2.6.0,
but are now allowed again. Bug #15658

@andrykonchin
Copy link
Member

Looks good. Thank you for the new specs.

@andrykonchin andrykonchin merged commit 77041a3 into ruby:master Oct 12, 2020
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