# File lib/rdoc/markup/list.rb, line 20
  def initialize type = nil, *items
    @type = type
    @items = []
    @items.push(*items)
  end