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

splited a long line to shorter ones #3784

Closed
wants to merge 4 commits into from
Closed

splited a long line to shorter ones #3784

wants to merge 4 commits into from

Conversation

HeeL
Copy link
Contributor

@HeeL HeeL commented Nov 28, 2011

splited a long line to shorter ones for being able to see a method call at the end of it. It is use to be such a long line of text that you needed to scroll for a while to see that it is the +split+ method call at the very end of it

@vijaydev
Copy link
Member

Unnecessary concatenations, dont you think? You can use %Q{ }

@josevalim
Copy link
Contributor

Or use heredoc. :)

@HeeL
Copy link
Contributor Author

HeeL commented Nov 29, 2011

Yes, you are right it's better to use one of those either heredoc or %Q operator
Let me change it

@HeeL HeeL closed this Nov 29, 2011
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

3 participants