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