legacy-dotfiles/emacs.d/nxhtml/tests/in/heredoc.rb
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

8 lines
180 B
Ruby

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