# File lib/rdoc/markup/list_item.rb, line 81
  def push *parts
    @parts.push(*parts)
  end