class RDoc::RI::Driver
def class_document_comment(out, document) # :nodoc:
def class_document_comment(out, document) # :nodoc: unless document.empty? then out << RDoc::Markup::Rule.new(1) if document.merged? then parts = document.parts parts = parts.zip [RDoc::Markup::BlankLine.new] * parts.length parts.flatten! parts.pop out.concat parts else out << comment end end end