# 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 do a :nodoc: # # Oops, clobbered again. *poof* # class A # :nodoc: end