M
Martin Johansen
Hi guys
What is the best way to achieve multiline strings such as:
puts("
<html>
</html>
");
without using \ at the end or "" on each line?
thanks!
What is the best way to achieve multiline strings such as:
puts("
<html>
</html>
");
without using \ at the end or "" on each line?
thanks!