class RDoc::Markup::List

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class == other.class and
    @type == other.type and
    @items == other.items
end