class RDoc::Markup::List

def push *items

def push *items
  @items.concat items
end