W
w wg
Hi,
In php, I can use the following code :
$str = <<<aa
hello,
how are you?
aa
;
But how can I do this in ruby ?
Thank you.
In php, I can use the following code :
$str = <<<aa
hello,
how are you?
aa
;
But how can I do this in ruby ?
Thank you.