legacy-dotfiles/emacs.d/nxhtml/tests/in/heredoc.rb

9 lines
180 B
Ruby
Raw Normal View History

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