Created
January 20, 2016 03:26
-
-
Save lengshuiyulangcn/1f549f1371be6443e8db to your computer and use it in GitHub Desktop.
split long line into several lines with variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var1 = "variables" | |
%Q(this is a long line with some #{var1}) << | |
%Q(and it should be a line) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment