#!/usr/local/bin/ruby
##
# @file comments.rb
# @author Mitch Richling <http://www.mitchr.me/>
# @Copyright Copyright 2007 by Mitch Richling. All rights reserved.
# @brief Comments in Ruby.@EOL
# @Keywords ruby comment
# @Std Ruby 1.8
# Ruby supports one line comments like perl and sh -- like this one. :)
=begin
Ruby also supports multi-line comments that are delimited by lines
starting with =begin and =end. This is a handy way to comment out
large chunks of code.
=end
puts("Hello!")
Generated by GNU Enscript 1.6.5.2.