new(*parts)
Creates a new Document with parts
# File lib/rdoc/markup/document.rb, line 28 def initialize *parts @parts = [] @parts.concat parts @file = nil @omit_headings_from_table_of_contents_below = nil end