# File-level documentation # # Can be on multiple lines as long as each line is commented. # # Note the blank-line immediately following this line. # Class-level documentation # # Can be on multiple lines as long as each line is commented. # # It's okay to have a blank-line after this comment-block before your class. class A end