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

Convert Array#join to string interpolation #1198

Merged
merged 4 commits into from
May 9, 2018

Conversation

presidentbeef
Copy link
Owner

Convert

[blah, "blah", 1, "stuff"].join("-")

to

"#{blah}-blah-1-#{stuff}"

@presidentbeef presidentbeef merged commit d06a37d into master May 9, 2018
@presidentbeef presidentbeef deleted the join_to_interpolation branch May 9, 2018 17:45
Repository owner locked and limited conversation to collaborators Jul 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant