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

Positional and keyword argument handling in Ruby 2.7 #859

Merged

Conversation

tsrivishnu
Copy link
Contributor

Ruby 2.7 deprecates automatic conversiom between positional and keyword
arguments.

See: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

Resolves: #857

@dasch dasch merged commit fb7b9ea into zendesk:master Aug 23, 2020
@dasch
Copy link
Contributor

dasch commented Aug 23, 2020

Thanks!

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.

Deprecation warnings in Ruby 2.7 for keyword parameters usage
2 participants