Maybe this is what you’re looking for?
string = "line #1"\
"line #2"\
"line #3"
p string # => "line #1line #2line #3"
Maybe this is what you’re looking for?
string = "line #1"\
"line #2"\
"line #3"
p string # => "line #1line #2line #3"