# File lib/rdoc/markup/document.rb, line 73 def empty? @parts.empty? or (@parts.length == 1 and merged? and @parts.first.empty?) end