# File-level documentation # Class-level documentation. class A # Sub-class B documentation. First time. # # Here's where we would have a lot of important things to say. # class B end end class A # Don't let stray comments destroy your good documentation. nil class B end end