class RDoc::Markup::ListItem

def push *parts

def push *parts
  @parts.push(*parts)
end