8 lines
81 B
Text
8 lines
81 B
Text
def foo()
|
|
msg = <<-HTML
|
|
<div>
|
|
<h4>#{bar}</h4>
|
|
</div>
|
|
HTML
|
|
|
|
def baz()
|