heredoc.txt 81 B

12345678
  1. def foo()
  2. msg = <<-HTML
  3. <div>
  4. <h4>#{bar}</h4>
  5. </div>
  6. HTML
  7. def baz()