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. -- -- WenGe Wang