# File-level documentation # # Can be on multiple lines as long as each line is commented. # # But don't do this. =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