class RDoc::Markup::Document

def initialize *parts

def initialize *parts
  @parts = []
  @parts.concat parts
  @file = nil
end