summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/heredoc.rb
blob: ab7b54ffb1fd670a3cda4805cc8a6aa24850b0f7 (plain)
1
2
3
4
5
6
7
8
now = Time.now
puts <<-EOF
  It's #{now.hour} o'clock John, where are your kids?
  EOF
now = Time.now
puts <<EOF 
  It's #{now.hour} o'clock John, where are your kids?
EOF