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

Recommend Hash#transform_keys & transform_values #790

Merged
merged 1 commit into from Jan 26, 2020

Conversation

djudd-stripe
Copy link
Contributor

These methods are more readable than the more flexible alternatives when
only keys or only values are being transformed, and also execute more
quickly in microbenchmarks.

Corresponding Rubocop PR here: rubocop/rubocop#7663

These methods are more readable than the more flexible alternatives when
only keys or only values are being transformed, and also execute more
quickly in microbenchmarks
@bbatsov bbatsov merged commit 9e785b7 into rubocop:master Jan 26, 2020
@bbatsov
Copy link
Collaborator

bbatsov commented Jan 26, 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.

None yet

2 participants