Ruby1.8中单行字符串写在多行
string = "this look like the first line"\
"this look line the second line"\
"but it is in the same line"
string = "this look like the first line"\
"this look line the second line"\
"but it is in the same line"