# 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. # # Oops, we just overwrote the important stuff. # class A end