presentations/highlight-js/test/markup/ruby/heredoc.txt

8 lines
81 B
Text

def foo()
msg = <<-HTML
<div>
<h4>#{bar}</h4>
</div>
HTML
def baz()