# File-level documentation # Class-level documentation. First time. # # Main documentation. The really important stuff. # class A end # Class-level documentation. Second time. # # Here's where we extend the class. # # Let's put a nil between the comment-block and the class. # # Main documentation is preserved! # nil class A end