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

9 lines
81 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
def foo()
msg = <<-HTML
<div>
<h4>#{bar}</h4>
</div>
HTML
def baz()