# File-level documentation # # Can be on multiple lines as long as each line is commented. # # Note the blank-line immediately following this line. =begin rdoc Class-level documentation Alternative comment block style. No need to worry about accidentally missing a '#' on a blank-line. =end class A end