]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/heredoc.rb
submodulized .emacs.d setup
[.emacs.d.git] / emacs / nxhtml / tests / in / heredoc.rb
1 now = Time.now\r
2 puts <<-EOF\r
3   It's #{now.hour} o'clock John, where are your kids?\r
4   EOF\r
5 now = Time.now\r
6 puts <<EOF \r
7   It's #{now.hour} o'clock John, where are your kids?\r
8 EOF\r