class RDoc::Markup::Document

def initialize *parts

def initialize *parts
  @parts = []
  @parts.push(*parts)
end