How could I split a long string into multiple lines in Ruby?
I have some long string:
`This is a long and awesome command!`
How could I write it in two lines? Note that there is NO CR or LF in the string.
Thanks!
How could I split a long string into multiple lines in Ruby?
I have some long string:
`This is a long and awesome command!`
How could I write it in two lines? Note that there is NO CR or LF in the string.
Thanks!